Skip to content

Commit 2d84744

Browse files
James Sunfacebook-github-bot
authored andcommitted
move hourly log to dailly (#509)
Summary: Pull Request resolved: #509 Reviewed By: suo, pablorfb-meta Differential Revision: D78174324 fbshipit-source-id: 9c68f2b2d3faa1f5737b0fb1927f3cb235e5e1a9
1 parent 513a21c commit 2d84744

File tree

1 file changed

+1
-1
lines changed
  • hyperactor_telemetry/src

1 file changed

+1
-1
lines changed

hyperactor_telemetry/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ lazy_static! {
8989
Box::new(std::io::stderr())
9090
}
9191
env::Env::Mast => match RollingFileAppender::builder()
92-
.rotation(Rotation::HOURLY)
92+
.rotation(Rotation::DAILY)
9393
.filename_prefix("dedicated_log_monarch")
9494
.filename_suffix("log")
9595
.build("/logs/")

0 commit comments

Comments
 (0)