Commit Graph

8 Commits

Author SHA1 Message Date
Joel Krauska 8ec44ad552 Add alembic DB schema management (#86)
* Use alembic
* add creation helper
* example migration tool
2025-11-03 12:53:34 -08:00
Joel Krauska 2723022dd5 Add structured logging and improved startup/shutdown handling
- Add consistent logging format across all modules (timestamp, file:line, PID, level)
- Add startup logging for MQTT connection, web server startup with URL display
- Add MQTT message processing metrics (count and rate logging every 10k messages)
- Add graceful shutdown handling with signal handlers and PID file cleanup
- Add configurable HTTP access log toggle via config.ini (default: disabled)
- Replace print() statements with proper logger calls throughout
- Update .gitignore to exclude PID files (meshview-db.pid, meshview-web.pid)
- Update documentation for new logging configuration options

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 17:49:01 -07:00
Joel Krauska 396e5ccbf1 Minor README Tweaks and gitignore add 2025-09-30 17:17:55 -07:00
madeofstown 954d6300de Update .gitignore 2025-08-19 17:35:26 -07:00
madeofstown f17a3d2786 ok, it's a little more than just a fix 2025-02-23 13:33:43 -08:00
madeofstown 4c8a8245ca oops 2025-01-20 14:22:45 -08:00
Pablo Revilla 4bcc7b08d0 Providing /stats to give us basic reporting on number of nodes and packets seen by the tool 2025-01-17 12:46:26 -08:00
Jason Michalski 3f09d9b649 Initial commit. 2024-05-09 20:00:00 -07:00