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:
this diff sets the following defaults for hyperactor-mesh global configuration values:
- `MESH_ENABLE_LOG_FORWARDING=false`
- `MESH_ENABLE_FILE_CAPTURE=false`
- `MESH_TAIL_LOG_LINES=0`
the effect of this is to disable log forwarding, prevent allocating resources for log forwarding, no file capture at the hyperactor mesh level (including no "exit tail" capture), in fact, under these defaults there is no interception of child process stdio at all.
a [workplace post is planned to announce this change](https://fb.workplace.com/groups/1399849971389924/permalink/1602002844507968/) in default configuration.
this diff is built on: D85783397 provide config for enabling/disabling hyperactor-mesh logging interception features, D85919326 for avoiding spinning up `LogForwardActor` meshes when log forwarding is enabled and D85969320 for some detailed testing.
Reviewed By: zdevito, vidhyav
Differential Revision: D86994420
0 commit comments