Skip to content
Snippets Groups Projects
Commit e85397e3 authored by Manuel Günther's avatar Manuel Günther
Browse files

Set default C++-only log level to WARNING

parent 46c274b3
No related branches found
No related tags found
1 merge request!7Resolve "Disable logging messages in pure C++ code"
...@@ -141,7 +141,7 @@ namespace bob { namespace core { ...@@ -141,7 +141,7 @@ namespace bob { namespace core {
* *
* warning: This function should only be used in pure C++ code, as Python uses its own log level handling * warning: This function should only be used in pure C++ code, as Python uses its own log level handling
*/ */
void log_level(LOG_LEVEL level=DEBUG); void log_level(LOG_LEVEL level=WARNING);
}} }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment