aprsd/aprsd
Hemna 34d2c31d90 Added log config for flask and lnav config file
This patch adds the aprsd-lnav.json formatting file.
This is useful when you want to tail the logfile with the lnav
log tailing app.

http://lnav.org/

To install the aprsd-lnav.json formatter
1) install lnav
2) lnav -i aprsd-lnav.json
3) lnav -C  -- just to test it out

The next time you launch aprsd do it with this
aprsd server --loglevel DEBUG | lnav

This patch also updates the logging output from the flask
web service to 1) disable flask web url logging and 2)
use the same output format as the rest of the app.
2021-03-31 11:07:39 -04:00
..
plugins Added plugin live reload and StockPlugin 2021-02-18 16:31:52 -05:00
web Added showing APRS-IS server to stats 2021-03-30 10:43:31 -04:00
__init__.py Lots of fixes 2021-01-08 20:58:18 -05:00
client.py Added showing APRS-IS server to stats 2021-03-30 10:43:31 -04:00
dev.py Added aprsd-dev plugin test cli and WxPlugin 2021-01-15 22:30:34 -05:00
email.py Removed some noisy debug log. 2021-02-10 10:37:39 -05:00
fake_aprs.py Lots of fixes 2021-01-08 20:58:18 -05:00
flask.py Added log config for flask and lnav config file 2021-03-31 11:07:39 -04:00
fuzzyclock.py Lots of fixes 2021-01-08 20:58:18 -05:00
healthcheck.py Added healthcheck app 2021-01-22 12:51:11 -05:00
main.py Added log config for flask and lnav config file 2021-03-31 11:07:39 -04:00
messaging.py Added flask messages web UI and basic auth 2021-01-25 11:24:39 -05:00
plugin.py Added plugin live reload and StockPlugin 2021-02-18 16:31:52 -05:00
plugin_utils.py Added openweathermap weather plugin 2021-01-20 16:12:17 -05:00
stats.py Added log config for flask and lnav config file 2021-03-31 11:07:39 -04:00
threads.py Updated web stats index to show messages and ram usage 2021-03-24 16:07:09 -04:00
trace.py Fixed tox pep8 failure for trace 2021-01-29 10:15:20 -05:00
utils.py Added log config for flask and lnav config file 2021-03-31 11:07:39 -04:00