aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/rotating_file.h
diff options
context:
space:
mode:
authordanibw <danibw@yandex-team.ru>2022-02-10 16:50:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:12 +0300
commite8fdd1e6c0645bf1702aaf85cc7460dbd09977cb (patch)
treed96a47e62e16b199f4ffbf41f6848e9fad7dfa21 /library/cpp/logger/rotating_file.h
parentdf6eb5b163c763cd9633a4850cfae72f8d742996 (diff)
downloadydb-e8fdd1e6c0645bf1702aaf85cc7460dbd09977cb.tar.gz
Restoring authorship annotation for <danibw@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger/rotating_file.h')
-rw-r--r--library/cpp/logger/rotating_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/rotating_file.h b/library/cpp/logger/rotating_file.h
index cb047f25fb..8f5f834fbb 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;