Skip to content

Commit c96051e

Browse files
suofacebook-github-bot
authored andcommitted
make tracing initialization log to debug (#283)
Summary: Pull Request resolved: #283 Slowly trying to eliminate library-generated noise from monarch output. My principle is that in default mode (INFO): we should intend for any logs generated to be directly consumed by the user. If it's relevant mostly for us as monarch developers, it should go to DEBUG. ghstack-source-id: 290822758 exported-using-ghexport Reviewed By: mariusae Differential Revision: D76771090 fbshipit-source-id: 99948154f3a947479b9e96cf9ba904b23696996d
1 parent 8f23e21 commit c96051e

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
@@ -453,7 +453,7 @@ pub fn initialize_logging() {
453453
tracing::debug!("logging already initialized for this process: {}", err);
454454
}
455455
let exec_id = env::execution_id();
456-
tracing::info!(
456+
tracing::debug!(
457457
target: "execution",
458458
execution_id = exec_id,
459459
environment = %Env::current(),

0 commit comments

Comments
 (0)