Skip to content

Conversation

@d-uzlov
Copy link

@d-uzlov d-uzlov commented Aug 2, 2021

Currently when a message has many lines, most of the lines get printed as is, without date, level, fields, caller, etc.
Example:

ll.Info(`line 1
line 2
line 3`)

Output:

- [INFO] [test:field] line 1
line 2
line 3

With new option MetaPerLine set to true the output is more consistent:

- [INFO] [test:field] line 1
- [INFO] [test:field] line 2
- [INFO] [test:field] line 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant