We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f623e commit c6caa8fCopy full SHA for c6caa8f
sink_logrotate/src/LogRotateHelper.ipp
@@ -226,7 +226,7 @@ bool LogRotateHelper::rotateLog() {
226
}
227
changeLogFile(log_directory_);
228
std::ostringstream ss;
229
- ss << "Log rotated Archived file name: " << gz_file_name.str().c_str();
+ ss << "Log rotated Archived file name: " << gz_file_name.str().c_str() << "\n";
230
fileWriteWithoutRotate(ss.str());
231
ss.clear();
232
ss.str("");
0 commit comments