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
It would be beneficial if we could record the logs in a JSON file during the run. Is it possible that we can record the JSON file locally? I have tried a few possibilities, but I could not make the recording.
Locate the configuration file, typically named .cfg, and update it with the necessary settings for ex : [logging] (formatter = json) and then run with configuration file .
Activity
glaslos commentedon Nov 19, 2023
You mean structured logging in json format?
Dimitrios79 commentedon Nov 19, 2023
Yes, exactly!
Harshiths1 commentedon Dec 4, 2023
Locate the configuration file, typically named .cfg, and update it with the necessary settings for ex : [logging] (formatter = json) and then run with configuration file .