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
That would be nice to be able to turn this off, to have 1 liner serialized json.
The reason why I am asking that is because of systems that collects logs consider each line as a new log entry. That makes it impossible to Parse it in the dedicated system.
Example with Graylog :
instead of
That's about it, nothing too hard ;)
What do you think ?
The text was updated successfully, but these errors were encountered:
Hello guys
Because of JSON.parse (maybe prettyJson component too), JSON is indented in a nice way in stdout logging
https://github.com/mybuilder/kongfig/blob/master/src/core.js#L107
That would be nice to be able to turn this off, to have 1 liner serialized json.
The reason why I am asking that is because of systems that collects logs consider each line as a new log entry. That makes it impossible to Parse it in the dedicated system.
Example with Graylog :
instead of
That's about it, nothing too hard ;)
What do you think ?
The text was updated successfully, but these errors were encountered: