You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could add a custom info section to the log file in a future release where users can incorporate custom info of interest. This would enable log customization tailored to different organizations.
Relevant Input
New arg in axecute() and log_write() named extra_info with a default of NA. Users could pass a list object with additional metadata or info of interest through. Could look something like this.
axecute(extra_info = list(customMessage = glue::glue("This log is for {xyz} department"), projectName = get_project_info() ))
Relevant Output
New extra info section in log output file(s).
Reproducible Example/Pseudo Code
No response
The text was updated successfully, but these errors were encountered:
Feature Idea
We could add a custom info section to the log file in a future release where users can incorporate custom info of interest. This would enable log customization tailored to different organizations.
Relevant Input
New arg in
axecute()
andlog_write()
named extra_info with a default of NA. Users could pass a list object with additional metadata or info of interest through. Could look something like this.axecute(extra_info = list(customMessage = glue::glue("This log is for {xyz} department"), projectName = get_project_info() ))
Relevant Output
New extra info section in log output file(s).
Reproducible Example/Pseudo Code
No response
The text was updated successfully, but these errors were encountered: