-
To debug my changes, I'd like to use BOOST_LOG_TRIVIAL macro. However, I don't see anything in the Visual Studio output window. Changing the severity level in RunOnInit to 3 still does not show info messages. |
Beta Was this translation helpful? Give feedback.
Answered by
LRaiz
Mar 7, 2023
Replies: 1 comment
-
Found an answer myself. It turned out there are two places where the logging level is set. After setting it in libslic3r/utils.cpp/RunOnInit, it is overwritten in PrusaSlicer.cpp |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LRaiz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found an answer myself. It turned out there are two places where the logging level is set. After setting it in libslic3r/utils.cpp/RunOnInit, it is overwritten in PrusaSlicer.cpp