Skip to content

Commit 8fc2fe6

Browse files
committed
Added missed initLogging call.
1 parent c7aeebf commit 8fc2fe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/router/main.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ int main(int argc, char* argv[])
4545
settings.destination = base::LOG_TO_FILE;
4646
settings.log_dir = loggingDir();
4747

48+
base::initLogging(settings);
4849
router::Service().exec();
49-
5050
base::shutdownLogging();
51+
5152
return 0;
5253
}

0 commit comments

Comments
 (0)