We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Only non-truncated patterns are broken. For example, the pattern %30!.
%30!
I'm using the vcpkg port which is on version 1.6.1. The pattern worked fine in an older version (don't remember which).
Looks like a bug in
spdlog/include/spdlog/pattern_formatter.h
Line 118 in 42c4662
!
Line 113 in 42c4662
The text was updated successfully, but these errors were encountered:
Fix issue #1617
934a9bb
gabime
No branches or pull requests
Only non-truncated patterns are broken.
For example, the pattern
%30!
.I'm using the vcpkg port which is on version 1.6.1.
The pattern worked fine in an older version (don't remember which).
Debugging
Looks like a bug in
spdlog/include/spdlog/pattern_formatter.h
Line 118 in 42c4662
It parses the
!
as a truncate option instead of letting it be processed byspdlog/include/spdlog/pattern_formatter.h
Line 113 in 42c4662
The text was updated successfully, but these errors were encountered: