diff --git a/lib/base/filelogger.cpp b/lib/base/filelogger.cpp index 5ae739d2e..28d1eac8d 100644 --- a/lib/base/filelogger.cpp +++ b/lib/base/filelogger.cpp @@ -51,6 +51,9 @@ void FileLogger::Start(bool runtimeCreated) Application::OnReopenLogs.connect(std::bind(&FileLogger::ReopenLogFile, this)); ObjectImpl<FileLogger>::Start(runtimeCreated); + + Log(LogInformation, "FileLogger") + << "'" << GetName() << "' started."; } void FileLogger::ReopenLogFile()