diff options
Diffstat (limited to 'umbrella.conf.example')
| -rw-r--r-- | umbrella.conf.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/umbrella.conf.example b/umbrella.conf.example new file mode 100644 index 0000000..12c0a5e --- /dev/null +++ b/umbrella.conf.example @@ -0,0 +1,14 @@ +# /etc/umbrella/umbrella.conf +# umbrella daemon configuration + +# Path to the Unix socket clients connect to +socket_path = /run/umbrella/umbrella.sock + +# Log level: debug, info, warn, error +log_level = info + +# Log file path (used when running as daemon) +log_file = /var/log/umbrella/umbrella.log + +# Number of output lines to keep in memory per unit +ring_buffer_lines = 500 |
