openpilot/selfdrive/manager
Greg Hogan 3d48bd934d
log to file and send through athena (#20250)
* log to file and send through athena

* rename logging level

* pass thru log formatter

* logMessage is TEXT

* send queue always strings

* switch to xattr and lower priority queue

* enable cloud logging for devices

* time or size based log rotation

* basename -> dirname

* remove HARDWARE.get_cloudlog_enabled

* fix errors

* fix another exception

* xattrs need to be bytes

* sending works

* cleanup files at start

* add id and adjust formatting

* do not send active log file

* better names

* separate log formatters

* fix formatter super init

* fix log file order

* ensure file always has file formatter

* i see why there was no formatter

* apply same formatting to cpp log msgs

* apply same formatting to cpp log msgs

* update queue names in tests

* strip deprecated keys in STATUS_PACKET

* strip DEPRECATED from dict recursively

* athena log queue test

* instanceof instead of type

* isinstance instead of type

* use super

* remove logentries

* last_scan param unused

* comment about special log msg attr names

* add dict_helpers.py to release files

* use monotonic time and counter for log rotation

* update for adjusted log file naming

* use monotonic clock for tracking last log file scan
2021-03-25 13:30:09 -07:00
..
test use scons to build panda fw (#20457) 2021-03-24 14:44:39 +01:00
__init__.py Manager cleanup (#20231) 2021-03-05 11:03:23 +01:00
build.py log to file and send through athena (#20250) 2021-03-25 13:30:09 -07:00
helpers.py Manager cleanup (#20231) 2021-03-05 11:03:23 +01:00
manager.py log to file and send through athena (#20250) 2021-03-25 13:30:09 -07:00
process.py Kill processes in parallel when going offroad (#20469) 2021-03-25 17:27:49 +01:00
process_config.py only restart crashed UI on tici 2021-03-14 20:39:48 -07:00