- Timestamp:
- 05/21/23 08:00:18 (2 years ago)
- Branches:
- AmmosSource, guix
- Children:
- d2736bb
- Parents:
- 7752d1f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
r7752d1f rf3b78e8 56 56 ``` 57 57 58 ## Log-File 59 58 60 The name of the logfile is ammos.log The logger uses the directory 59 61 stored in the AMMOS_LOG_DIR environment variable. If this variable is 60 not set, /tmp is used as default. If the logfile is not writable, the 61 standard logger config is used and the logs go directly to console 62 (tty). (see ammos_logging.conf file in this repository) 62 not set, /tmp is used as default. This might change to *var/log* in 63 future versions running under GUIX system. If the logfile is not 64 writable, the standard logger config is used and the logs go directly to 65 console (tty). (see ammos_logging.conf file in this repository) 66 67 ## Log-Level 68 69 You can change the log-Level by setting the environment variable 70 AMMOS_LOG_LEVEL. To turn off logging completely set the level to 71 'CRITICAL' 72 73 ``` shell 74 export AMMOS_LOG_LEVEL=CRITICAL 75 ``` 76 77 If the environment variable does not exist, the logging level from 78 ammos_logging.conf is used.
Note:
See TracChangeset
for help on using the changeset viewer.