You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: #1769
Updating our logging behavior to reflect our 'logging axioms'.
This removes the forwarding of monarch logs to stderr.
"Monarch Logs" are logs lines which relate to the internal operation of monarch and are used for debugging bugs in the monarch system.
"User logs" are the logs and any output to stderr/out that actors running within monarch make.
Monarch itself should never produce "User logs" except in the following limited circumstances:
* warning about deprecated APIs and other functionality limitations
the output of the default 'unhandled_fault_hook' reporting the serialization of an ActorFailure message.
* a single log line on startup of the client or a host worker (but not a proc!) that describes where the "monarch logs" are being written.
ghstack-source-id: 322757028
exported-using-ghexport
Reviewed By: samlurye, shayne-fletcher
Differential Revision: D86456839
fbshipit-source-id: 178a6bdca48e605bb00d113bab07c7eb006adbad
// Log level (debug, info, warn, error, critical) to capture for Monarch traces on dedicated log file (changes based on environment, see `log_file_path`).
0 commit comments