search for: set_log_config

Displaying 2 results from an estimated 2 matches for "set_log_config".

2023 Jan 11
0
New CRAN package announcement: azlogr
...orkspace-id>") Sys.setenv(AZ_LOG_KEY = "<enter-your-Azure-Log-Analytics-shared-key>") library(azlogr) # Optionally, add additional meta-data, `country` and `id`, to be collected # while logging, on top of the default fields - 'level', 'time', 'msg'. set_log_config( log_fields = c("level", "time", "msg"), additional_fields = list(country = "in", id = 123) ) # Use logger_* functions with appropriate logging level to log. # If POST is successful, then it will be available in custom log table on # Azure Log Analytics,...
2023 Jan 11
0
New CRAN package announcement: azlogr
...orkspace-id>") Sys.setenv(AZ_LOG_KEY = "<enter-your-Azure-Log-Analytics-shared-key>") library(azlogr) # Optionally, add additional meta-data, `country` and `id`, to be collected # while logging, on top of the default fields - 'level', 'time', 'msg'. set_log_config( log_fields = c("level", "time", "msg"), additional_fields = list(country = "in", id = 123) ) # Use logger_* functions with appropriate logging level to log. # If POST is successful, then it will be available in custom log table on # Azure Log Analytics,...