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
Hi, nice package. Ive been using it with my shiny application. Was wondering if there is a way to ensure that the following lines are not saved in my log file!
2021-05-06 20:15:16.553 - DEBUG - Activating logging to ~path_to_log/logfile.log
2021-05-06 20:15:28.352 - DEBUG - Activating logging to console
I only want my custom messages:
2021-05-06 20:15:28.358 - SIMPLEMESSAGE - Running method 1
2021-05-06 20:15:28.361 - SIMPLEMESSAGE - Successful method 1
The text was updated successfully, but these errors were encountered:
Hi, nice package. Ive been using it with my shiny application. Was wondering if there is a way to ensure that the following lines are not saved in my log file!
2021-05-06 20:15:16.553 - DEBUG - Activating logging to ~path_to_log/logfile.log
2021-05-06 20:15:28.352 - DEBUG - Activating logging to console
I only want my custom messages:
2021-05-06 20:15:28.358 - SIMPLEMESSAGE - Running method 1
2021-05-06 20:15:28.361 - SIMPLEMESSAGE - Successful method 1
The text was updated successfully, but these errors were encountered: