Skip to content

Silence INFO messages #1230

Discussion options

You must be logged in to vote

@MchlUh you can set the log level to WARNING or ERROR with the following snippet to hide INFO log entries.

from neuralprophet import set_log_level
set_log_level("ERROR")

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by noxan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants