From 965519da4b1329c9da7223080913b7294441541d Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 23 Sep 2025 09:22:27 +0200 Subject: [PATCH] add profile in config file --- src/kds_s2000w_net.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kds_s2000w_net.conf b/src/kds_s2000w_net.conf index 424c147..8d00ce8 100644 --- a/src/kds_s2000w_net.conf +++ b/src/kds_s2000w_net.conf @@ -1,6 +1,8 @@ scanner_url = "https://scanner.example.com" username = "muster" +profile = 0 + # log levels: 0=OFF, 1=FATAL, 2=ERROR, 3=WARN, 4=INFO, 5=DEBUG, 6=ALL # set KDS_S2000W_NET_DEBUG enviroment variable # default_log_level (default: 0) -- 2.47.3