wwan-config: Use systemd logging library

The tool was previously just printing log messages. Using this log
library, the timestamps in journald will be more precise and it will be
possible to filter by log level.

BugzID: 65586
This commit is contained in:
Alexandre Bard 2020-08-20 11:22:09 +02:00
parent 1e80e38269
commit cbf6593672
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RDEPENDS_${PN} += " \
libgpiod-python \
python3-setuptools \
python3-configparser \
python3-systemd \
"
DEPENDS = "python3-setuptools-git-version-native"