From b19f7be0b091fd93428f89062d92dfa325a2f8a7 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 12 Jan 2025 21:57:59 -0800 Subject: [PATCH] Update README.md --- logs/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/logs/README.md b/logs/README.md index 09e4b65..a374d83 100644 --- a/logs/README.md +++ b/logs/README.md @@ -2,8 +2,7 @@ Logs will collect here. Give a day of logs or a bunch of messages to have good reports. ## Reporting Note -Reporting is via [../etc/report_generator5.py](../etc/report_generator5.py). The report_generator5 has newer feel and HTML5 coding. The index.html output is published in [../etc/www](../etc/www) there is a .cfg file created on first run for configuring values as needed. - - `multi_log_reader = True` on by default will read all logs (or set to false to return daily logs) +Reporting is via [../etc/report_generator5.py](../etc/report_generator5.py). The report_generator5 has newer feel and HTML5 coding. The index.html output is published in [../etc/www](../etc/www) there is a .cfg file created on first run for configuring values as needed (like moving web root) - Make sure to have `SyslogToFile = True` and default of DEBUG log level to fully enable reporting! ‼️ ![reportView](../etc/reporting.jpg)