# Get configuration value without setting anything
get_log_config("log_to_azure")
# Set some configuration first and then get the respective values
set_log_config(enforce_tz_utc = FALSE, log_to_azure = FALSE)
get_log_config("enforce_tz_utc")
get_log_config("log_to_azure")
# Reset the values
set_log_config()
get_log_config("log_to_azure")
# Extract list of all configurations
get_log_config()
Run the code above in your browser using DataLab