Skip to content

Commit

Permalink
Merge pull request fermyon#2209 from vdice/feat/app-log-dir-env
Browse files Browse the repository at this point in the history
feat(cli.rs): allow setting app log dir via SPIN_LOG_DIR env var
  • Loading branch information
vdice authored Jan 3, 2024
2 parents 88b86f4 + 2c5b190 commit 2c44554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/trigger/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ where
name = APP_LOG_DIR,
short = 'L',
long = "log-dir",
env = "SPIN_LOG_DIR",
)]
pub log: Option<PathBuf>,

Expand Down

0 comments on commit 2c44554

Please sign in to comment.