diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-01 15:05:44 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-01 15:05:44 +0100 |
commit | da2c37bb955bbdfceb95bbcc48e1267716152804 (patch) | |
tree | e04a071472b81af6713d7107cdebce66ec217de2 /README.md | |
parent | c3bfcdf9a1c80b9ed27840f203cf3f14ef0bb113 (diff) | |
download | bottin-da2c37bb955bbdfceb95bbcc48e1267716152804.tar.gz bottin-da2c37bb955bbdfceb95bbcc48e1267716152804.zip |
Better logging
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -35,6 +35,13 @@ bind to the admin entity and that allows the admin entity to do everything. # Configuration of Bottin +## Logging + +Bottin supports all of the log levels of [logrus](https://github.com/sirupsen/logrus). +The log level can be specified in the key `log_level` of the json config file, +or in the environment variable `BOTTIN_LOG_LEVEL`. +By default, the log level is set to `info`. + ## The LDAP suffix Bottin only handles LDAP entries under a given path, which is typically of |