Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.core
Commits
e85397e3
Commit
e85397e3
authored
Oct 19, 2016
by
Manuel Günther
Browse files
Set default C++-only log level to WARNING
parent
46c274b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/core/include/bob.core/logging.h
View file @
e85397e3
...
...
@@ -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
*/
void
log_level
(
LOG_LEVEL
level
=
DEBU
G
);
void
log_level
(
LOG_LEVEL
level
=
WARNIN
G
);
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment