diff options
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 |