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
:
Messages that contain an : are not displayed correctly in the log but are cut off
> loggit::message("This won't: work") {"timestamp": "2023-12-01T16:17:12+0100", "log_lvl": "INFO", "log_msg": "This won't: work"} This won't: work > loggit::read_logs() timestamp log_lvl log_msg 1 2023-12-01T16:17:12+0100 INFO This won't
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Messages that contain an
:
are not displayed correctly in the log but are cut offThe text was updated successfully, but these errors were encountered: