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
commit4b28e15652a7672062edb6804bc985eedc333257 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/logger/rotating_file.h
parente8fdd1e6c0645bf1702aaf85cc7460dbd09977cb (diff)
downloadydb-4b28e15652a7672062edb6804bc985eedc333257.tar.gz
Restoring authorship annotation for <danibw@yandex-team.ru>. Commit 2 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 8f5f834fbb..cb047f25fb 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;