Skip to content

Allow to optionally log to a file#31

Merged
ac000 merged 1 commit intomasterfrom
logfile
Jun 19, 2025
Merged

Allow to optionally log to a file#31
ac000 merged 1 commit intomasterfrom
logfile

Conversation

@ac000
Copy link
Copy Markdown
Owner

@ac000 ac000 commented Jun 19, 2025

E.g.

$ ITSA_LOG_LEVEL=debug:/tmp/itsa.log itsa ...

or

$ ITSA_LOG_LEVEL=debug:/tmp/itsa.log+a itsa ...

The +a says to append messages to the file rather than overwriting it.

E.g.

  $ ITSA_LOG_LEVEL=debug:/tmp/itsa.log itsa ...

or

  $ ITSA_LOG_LEVEL=debug:/tmp/itsa.log+a itsa ...

The +a says to append messages to the file rather than overwriting it.

Signed-off-by: Andrew Clayton <ac@sigsegv.uk>
@ac000 ac000 merged commit a0c48ac into master Jun 19, 2025
10 checks passed
@ac000 ac000 deleted the logfile branch June 19, 2025 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants