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
We currently have arbitrary decisions on what kind of logs are debug, trace, info, etc.
debug
trace
info
We should have a convention to determine which types of log statements are a certain priority.
The text was updated successfully, but these errors were encountered:
Thoughts? I also have a patch to refine the debug logs to provide more info:
[2023-12-16 02:50:41.277] [info] [67748] [DataHandler.cpp:82] Found VRcompiledFileCollection 0x1be89bb75d0
Sorry, something went wrong.
No branches or pull requests
We currently have arbitrary decisions on what kind of logs are
debug
,trace
,info
, etc.We should have a convention to determine which types of log statements are a certain priority.
The text was updated successfully, but these errors were encountered: