From 07b3569cdef56e43f7712be04bef11c3766adc64 Mon Sep 17 00:00:00 2001 From: KaiserBh <41852205+KaiserBh@users.noreply.github.com> Date: Mon, 27 Mar 2023 08:14:07 +1100 Subject: [PATCH] enhancement(config): clarify logPath usage (#783) Added clarity for logPath as people on windows uses backslashes which doesn't work. Co-authored-by: KaiserBh --- internal/config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/config/config.go b/internal/config/config.go index feb30c0..c7b5d48 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -44,6 +44,7 @@ port = 7474 # autobrr logs file # If not defined, logs to stdout +# Make sure to use forward slashes and include the filename with extension. eg: "log/autobrr.log", "C:/autobrr/log/autobrr.log" # # Optional #