diff --git a/etc/report_generator.py b/etc/report_generator.py index f0c9687..d4b8367 100644 --- a/etc/report_generator.py +++ b/etc/report_generator.py @@ -930,6 +930,9 @@ def main(): output_dir = W3_PATH index_path = os.path.join(output_dir, 'index.html') + + print(f"\n\nMeshBot (BBS) Web Dashboard Report Generator") + print(f"\nMain dashboard: http:/{index_path}\n") try: if not os.path.exists(output_dir): diff --git a/etc/report_generator5.py b/etc/report_generator5.py index 009f4c3..78b1062 100644 --- a/etc/report_generator5.py +++ b/etc/report_generator5.py @@ -1215,6 +1215,9 @@ def main(): output_dir = W3_PATH index_path = os.path.join(output_dir, 'index.html') + + print(f"\n\nMeshBot (BBS) Web Dashboard Report Generator") + print(f"\nMain dashboard: http:/{index_path}\n") try: if not os.path.exists(output_dir): diff --git a/logs/README.md b/logs/README.md index fd144c6..ab6e669 100644 --- a/logs/README.md +++ b/logs/README.md @@ -1,4 +1,4 @@ -Logs will collect here. +Logs will collect here. Give a day of logs or a bunch of messages to have good reports. Reporting is via [../etc/report_generator5.py](../etc/report_generator5.py), run it from the etc/ working directory. 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)