diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-02-19 02:24:00 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-02-19 02:24:00 +0100 |
commit | 8fd2746696d32262b2e6900879a9a315e56f76f2 (patch) | |
tree | cce2b1f635073a65c57f9f54a7fd56aa68f06e2e /doc | |
parent | 754dd898a7f93689aff22dcfbe71d6ca0095e019 (diff) | |
download | biboumi-8fd2746696d32262b2e6900879a9a315e56f76f2.tar.gz biboumi-8fd2746696d32262b2e6900879a9a315e56f76f2.tar.bz2 biboumi-8fd2746696d32262b2e6900879a9a315e56f76f2.tar.xz biboumi-8fd2746696d32262b2e6900879a9a315e56f76f2.zip |
Reload the conf on SIGUSR1/2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/biboumi.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/biboumi.1.md b/doc/biboumi.1.md index 334e65e..18482fb 100644 --- a/doc/biboumi.1.md +++ b/doc/biboumi.1.md @@ -57,6 +57,10 @@ The configuration file uses a simple format of the form from 0 to 3. 0 is debug, 1 is info, 2 is warning, 3 is error. The default is 0, but a more practical value for production use is 1. +The configuration can be re-read at runtime (you can for example change the +log level without having to restart biboumi) by sending SIGUSR1 or SIGUSR2 +(see kill(1)) to the process. + USAGE ----- |