summaryrefslogtreecommitdiff
path: root/umbrella.conf.example
diff options
context:
space:
mode:
authorauric <auric@japegames.com>2026-02-21 11:08:36 -0600
committerauric <auric@japegames.com>2026-02-21 11:08:36 -0600
commit0d706ae72ceefd74053ad6cb0900ecce6cf1f085 (patch)
tree6faf7d3919182b8838a6ae69ad1a2a0fac468740 /umbrella.conf.example
Add Umbrella 0.1.5
Diffstat (limited to 'umbrella.conf.example')
-rw-r--r--umbrella.conf.example14
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