Skip to content

Commit

Permalink
cli: pass along SL_LOG env var to daemon
Browse files Browse the repository at this point in the history
Summary: This is the Sapling form of EDENSCM_LOG.

Reviewed By: kmancini

Differential Revision: D52001131

fbshipit-source-id: 5932f96d0647e064cffa6279adebbf1c16a521d6
  • Loading branch information
muirdm authored and facebook-github-bot committed Dec 11, 2023
1 parent a3dba4d commit a7afe19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eden/fs/cli/daemon.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def get_edenfs_environment() -> Dict[str, str]:
"EDENSCM_EDENAPI",
"RUST_BACKTRACE",
"RUST_LIB_BACKTRACE",
"SL_LOG", # alias for EDENSCM_LOG
# Useful for environments that look like prod, but are actually corp
"CONFIGERATOR_PRETEND_NOT_PROD",
# Ensure EdenFS respects redirecting which cache directory to write to
Expand Down

0 comments on commit a7afe19

Please sign in to comment.