mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 01:48:09 +01:00
Created Logging (markdown)
parent
13be22feb9
commit
5b00357082
10
Logging.md
Normal file
10
Logging.md
Normal file
@ -0,0 +1,10 @@
|
||||
Logging to a file is supported as of 1.5.0. You can specify the path to the log file with the `LOG_FILE` environment variable:
|
||||
|
||||
```sh
|
||||
docker run -d --name bitwarden \
|
||||
...
|
||||
-e LOG_FILE=/data/bitwarden.log \
|
||||
...
|
||||
```
|
||||
|
||||
Note that if you're using the docker image, you'll most likely want to use a file path that is mounted from the host OS (such as the data folder).
|
Loading…
Reference in New Issue
Block a user