We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab6be8 commit 71678dcCopy full SHA for 71678dc
src/sonic-eventd/src/main.cpp
@@ -6,8 +6,7 @@ void run_eventd_service();
6
int main()
7
{
8
swss::Logger::setMinPrio(swss::Logger::SWSS_DEBUG);
9
- SWSS_LOG_INFO("The eventd service started");
10
- SWSS_LOG_ERROR("ERR:The eventd service started");
+ SWSS_LOG_INFO("The eventd service started");
11
12
run_eventd_service();
13
0 commit comments