-
Notifications
You must be signed in to change notification settings - Fork 51
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
Disable Rendering source page info messages #248
Comments
Welcome to this project and thank you! |
Good question. We could perhaps downgrade some of these messages as DEBUG? 🤔 Aside of these, which are the ones you find annoying? |
my 2c The "Macros arguments" one feels like Debug, but it is useful, so maybe keep it as INFO, similar to the "Loading yaml file" ones. The "Configuring the macros environment..." and "End of environment config" are useless outside debug env. Those can go. The "config [variables|macros|filters] again feels like debug, but they are useful to discover things you can do that you may not be aware of. |
Thanks for the feedback. I'll have a look at this. For the context, I introduced a new testing framework (see #244), so I went a little overboard. 🙂 In reality, the testing framework relies minimally on the log, except for reading the variables, filters and macros (but these are DEBUG entries, not INFO). |
This is indeed really annoying. Waiting for that fix as well. |
@michsien104 It's good to know. 🙂 |
A fix would be great. |
@mhussein , @michsien104, @mark-bozeman Fixed. Could I ask you to test whether it's fine for you now? |
@fralau Thanks a lot.
I still get those log messages, which I think is perfectly fine:
|
@mhussein Thanks a lot! |
We recently updated from 1.0.5 to 1.3.5 and started seeing a lot of messages in the log, for example
Is there a way to suppress those log messages?
The text was updated successfully, but these errors were encountered: