-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It looks like a python log file handler is being used to redirect the log output. Since this is being designed for a systemd based OS (a requirement enforced by the Sony IMX lib dependencies), then the service should use the standard journald logging mechanism as it reduce the python code and it ensures that logs are output to a central location (journald).
Note: Yes currently thin-edge.io does not support the retrieval of journald logs, however we're currently working on that.
Example
- the systemd service definition is ignore stdout and stderr
Line 13 in a892ded
StandardOutput=null - python log configuration can be removed afterwards, rpi_vision_ai_processor_logging.conf, vision_ai_mapper_logging.conf
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels