Skip to content

Commit 192b29f

Browse files
committed
log log as debug
1 parent e10df01 commit 192b29f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/viam/sdk/log/logger.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ void Logger::init_logging() {
131131
console_sink_->set_formatter(fmt);
132132

133133
boost::log::core::get()->add_sink(console_sink_);
134-
VIAM_LOG(info) << "Initialized console logging";
134+
VIAM_LOG(debug) << "Initialized console logging";
135135
}
136136

137137
void Logger::disable_console_logging() {
138-
VIAM_LOG(info) << "Disabling console logging";
138+
VIAM_LOG(debug) << "Disabling console logging";
139139
boost::log::core::get()->remove_sink(console_sink_);
140140
}
141141

0 commit comments

Comments
 (0)