Skip to content

Commit bdebbab

Browse files
committed
log the logging
1 parent e3e2697 commit bdebbab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/viam/sdk/log/logger.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +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";
134135
}
135136

136137
void Logger::disable_console_logging() {
138+
VIAM_LOG(info) << "Disabling console logging";
137139
boost::log::core::get()->remove_sink(console_sink_);
138140
}
139141

0 commit comments

Comments
 (0)