How to change log level? #2313
-
I am one of the Flow plugin developers, I noticed that the default log level of Flow is INFO, I am wondering how to change the log level to DEBUG in Flow, thus I can debug my plugin more efficient using API.LogDebug() and needn't to worry bothering users because their default log level is INFO. For now, I can't find some settings to change log level, also, if it is currently not supported, I think it will be nice if added. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Well, after exploring the source code, I find it the DEBUG log level will be used only in debug mode currently, so if I want to see the debug output, I have to build another debug version of Flow, it's really inconvenient, so do you have any plan to support change log level in settings? |
Beta Was this translation helpful? Give feedback.
-
Now we support change log level in general settings page: #2739. |
Beta Was this translation helpful? Give feedback.
Now we support change log level in general settings page: #2739.