We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10df01 commit 192b29fCopy full SHA for 192b29f
src/viam/sdk/log/logger.cpp
@@ -131,11 +131,11 @@ void Logger::init_logging() {
131
console_sink_->set_formatter(fmt);
132
133
boost::log::core::get()->add_sink(console_sink_);
134
- VIAM_LOG(info) << "Initialized console logging";
+ VIAM_LOG(debug) << "Initialized console logging";
135
}
136
137
void Logger::disable_console_logging() {
138
- VIAM_LOG(info) << "Disabling console logging";
+ VIAM_LOG(debug) << "Disabling console logging";
139
boost::log::core::get()->remove_sink(console_sink_);
140
141
0 commit comments