diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-01-09 21:53:57 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-01-09 21:53:57 +0100 |
commit | dbcb75bd0190f8732b30318b9579929dec8452fa (patch) | |
tree | 389a89a9ad3e56fb61934babd41c0c67c23a2015 /recipes/freesmartphone/fsodatad/fsodatad.conf | |
parent | 9c5e5bbc025641ef0555f0b0576addec1e47b799 (diff) |
fsodatad: add a config file
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/freesmartphone/fsodatad/fsodatad.conf')
-rw-r--r-- | recipes/freesmartphone/fsodatad/fsodatad.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/freesmartphone/fsodatad/fsodatad.conf b/recipes/freesmartphone/fsodatad/fsodatad.conf new file mode 100644 index 0000000000..85919cf6aa --- /dev/null +++ b/recipes/freesmartphone/fsodatad/fsodatad.conf @@ -0,0 +1,19 @@ +####################################################################################### +# FSO Data Daemon Configuration File -- for SYSTEM INTEGRATORS only +######################################################################################## +[logging] +# Log level: DEBUG, INFO (default), WARNING, ERROR +# Override via environment as FSO_LOG_LEVEL +log_level = INFO +# Where to log to: none (default), stderr, stderr:colors, file, syslog +# Override via environment as FSO_LOG_TO +log_to = file +# Log Destination (valid only for log_to = file) +# Override via environment as FSO_LOG_DESTINATION +log_destination = /var/log/fsodatad.log + +[fsodata] +# No settings yet + +[fsodata.world] +# No settings yet |