From ffd2e999c4bf6961eb15330bc31d82602e689ef5 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Fri, 19 Dec 2025 11:59:43 +0100 Subject: [PATCH] Use a more appropriate log-target example file path. --- etc/config.template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/config.template.toml b/etc/config.template.toml index c94d887a..33ed98a6 100644 --- a/etc/config.template.toml +++ b/etc/config.template.toml @@ -112,7 +112,7 @@ log-level = "info" # difficult. log-target = { type = "stdout" } #log-target = { type = "syslog" } -#log-target = { type = "file", path = "/dev/stdout" } +#log-target = { type = "file", path = "/var/log/cascade.log" } # Whether to apply internal daemonization. #