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
{{ message }}
This repository was archived by the owner on Feb 20, 2021. It is now read-only.
Can anyone please let me know how can we print logs on each line but with json format. JsonEventTextFormatter prints the logs in json format but all the logs are printed in same line with an comma separator.
eventTextFormatter verbosityThreshold="Critical" -> Can be set for the logs to be printed on individual lines. Is there a good way to print each log on new line as mentioned below with JsonEventTextFormatter ?
Can anyone please let me know how can we print logs on each line but with json format. JsonEventTextFormatter prints the logs in json format but all the logs are printed in same line with an comma separator.
eventTextFormatter verbosityThreshold="Critical" -> Can be set for the logs to be printed on individual lines. Is there a good way to print each log on new line as mentioned below with JsonEventTextFormatter ?