blob: 12c0a5edde5bd53143b6d873364dce151e1da66a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|