-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add delimiter option #19
Comments
Can we have key-value pairs on different lines? Like so:
That's the default logger. With MiniLogger, instead, I get
I'd prefer to have the multi-line version by default. |
Initially, I think that multiline logging can be added, but only as a secondary option, not default. |
I see. Just one question, in the above example:
You see no space is printed between |
Sure, the relevant code is https://github.com/JuliaLogging/MiniLoggers.jl/blob/master/src/minilogger.jl#L242-L253 I've made an issue for this bug: #33 |
Currently, key-value pairs are printed with ", " delimiter. It should be optional (and thus provides better possibilities for parsing resulting logs).
The text was updated successfully, but these errors were encountered: