Skip to content

Commit

Permalink
feat(cli.rs): allow setting app log dir via SPIN_LOG_DIR env var
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice committed Jan 3, 2024
1 parent 88b86f4 commit 2c5b190
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 2c5b190

Please sign in to comment.