This commit is contained in:
SpudGunMan
2024-10-06 02:12:23 -07:00
parent d486aa73e0
commit 6f88d4fa1d
3 changed files with 7 additions and 1 deletions

View File

@@ -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):

View File

@@ -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):

View File

@@ -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)