From cf4059e3578cc84cf6cdb534fb9082a2977a08cf Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 30 Dec 2024 21:51:38 +0100 Subject: [PATCH] add readme debug information --- readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/readme.md b/readme.md index 16f7ee9..29af4a6 100644 --- a/readme.md +++ b/readme.md @@ -18,6 +18,7 @@ https://support.alarisworld.com/de-de/s2080w-scanner#Software 3. [Configuration](#configuration) 4. [Develop with Tests](#develop-with-tests) 5. [Architecture](#architecture) +6. [Debugging](#debugging) ## Dependencies @@ -121,4 +122,25 @@ subgraph main flow components kds_s2000w_net --> kds_s2000w_handler kds_s2000w_handler --> kds_s2000w_client end +``` + +## Debugging + +I hope you do not need debugging. +The following debug level is available: + +| Level | No | +|-------|----| +| OFF | 0 | +| FATAL | 1 | +| ERROR | 2 | +| WARN | 3 | +| INFO | 4 | +| DEBUG | 5 | +| ALL | 6 | + +example debug output with xsane: + +```bash +KDS_S2000W_NET_DEBUG=6 xsane ``` \ No newline at end of file -- 2.39.5