Skip to content

Commit 57f1785

Browse files
committed
[monarch] don't rotate logs, even daily
this is quite annoying to deal with in the logarithm UI. Let's avoid rotating logs unless we have a proven issue. Differential Revision: [D78531468](https://our.internmc.facebook.com/intern/diff/D78531468/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D78531468/)! ghstack-source-id: 296986815 Pull Request resolved: #577
1 parent 2c62566 commit 57f1785

File tree

1 file changed

+0
-1
lines changed
  • hyperactor_telemetry/src

1 file changed

+0
-1
lines changed

hyperactor_telemetry/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ fn try_create_appender(
9090
std::fs::create_dir_all(path)?;
9191
}
9292
Ok(RollingFileAppender::builder()
93-
.rotation(Rotation::DAILY)
9493
.filename_prefix(filename)
9594
.filename_suffix("log")
9695
.build(path)?)

0 commit comments

Comments
 (0)