Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.core
Commits
e85397e3
Commit
e85397e3
authored
8 years ago
by
Manuel Günther
Browse files
Options
Downloads
Patches
Plain Diff
Set default C++-only log level to WARNING
parent
46c274b3
No related branches found
No related tags found
1 merge request
!7
Resolve "Disable logging messages in pure C++ code"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/core/include/bob.core/logging.h
+1
-1
1 addition, 1 deletion
bob/core/include/bob.core/logging.h
with
1 addition
and
1 deletion
bob/core/include/bob.core/logging.h
+
1
−
1
View file @
e85397e3
...
@@ -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
=
DEBU
G
);
void
log_level
(
LOG_LEVEL
level
=
WARNIN
G
);
}}
}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment