diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-15 16:32:54 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-15 16:32:54 +0200 |
commit | 6603a0b62b22cefbc1ceed00739230e6ccc4a8d9 (patch) | |
tree | cf660eb14e53d1e5b67d7bb5c7f1336002a06e89 /doc | |
parent | bb1fe8fe2ce76eda4c8e9fdfae3a0e409bad2840 (diff) | |
download | dabmod-6603a0b62b22cefbc1ceed00739230e6ccc4a8d9.tar.gz dabmod-6603a0b62b22cefbc1ceed00739230e6ccc4a8d9.tar.bz2 dabmod-6603a0b62b22cefbc1ceed00739230e6ccc4a8d9.zip |
crc-dabmod: added syslog support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index 93f5693..9679449 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -1,5 +1,10 @@ # Sample configuration file for CRC-DABMOD +[log] +syslog=1 +filelog=1 +filename=dabmod.log + [input] filename=/dev/stdin loop=1 |