mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
stuff
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user