Skip to content
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

Specfile not correctly interpreted? #36

Closed
emabee opened this issue Sep 25, 2019 · 2 comments
Closed

Specfile not correctly interpreted? #36

emabee opened this issue Sep 25, 2019 · 2 comments
Labels

Comments

@emabee
Copy link
Owner

emabee commented Sep 25, 2019

When initializing flexi_logger with an initial logspec like "info", and configuring it to use an already existing specfile that uses more trace levels (e.g. including "debug" and "trace2), then the additional trace levels do not become effective (in the example only "error", "warn" and "info" will be printed.

@emabee
Copy link
Owner Author

emabee commented Sep 25, 2019

Can be worked around with using "info, dummy=trace" as initial logspec. Note that this workaround comes with some mild performance penalty.
The real fix is on the way.

@emabee
Copy link
Owner Author

emabee commented Sep 25, 2019

Fixed with 0.14.4

@emabee emabee closed this as completed Sep 25, 2019
@emabee emabee pinned this issue Jan 1, 2020
@emabee emabee unpinned this issue Jan 1, 2020
@emabee emabee added the bug label Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant