diff options
author | danibw <[email protected]> | 2022-02-10 16:50:12 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:12 +0300 |
commit | e8fdd1e6c0645bf1702aaf85cc7460dbd09977cb (patch) | |
tree | d96a47e62e16b199f4ffbf41f6848e9fad7dfa21 /library/cpp/logger/rotating_file.h | |
parent | df6eb5b163c763cd9633a4850cfae72f8d742996 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger/rotating_file.h')
-rw-r--r-- | library/cpp/logger/rotating_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/rotating_file.h b/library/cpp/logger/rotating_file.h index cb047f25fbd..8f5f834fbbc 100644 --- a/library/cpp/logger/rotating_file.h +++ b/library/cpp/logger/rotating_file.h @@ -8,7 +8,7 @@ class TRotatingFileLogBackend: public TLogBackend { public: TRotatingFileLogBackend(const TString& preRotatePath, const TString& postRotatePath, const ui64 maxSizeBytes); - TRotatingFileLogBackend(const TString& path, const ui64 maxSizeBytes, const ui32 rotatedFilesCount); + TRotatingFileLogBackend(const TString& path, const ui64 maxSizeBytes, const ui32 rotatedFilesCount); ~TRotatingFileLogBackend() override; void WriteData(const TLogRecord& rec) override; |