
July 19, 2023
4:55 a.m.
Talking to myself.... :D I think I got it. The problem might be that BIT do use not allowed characters in its "ident" argument when calling syslog.openlog(). That is why the SYSLOG_IDENTIFIER is missing in the journalctl. This is the relevant code line in BIT: syslog.openlog("%s (%s/1)" %(APP_NAME, name)) The blank is not allowed but don't raise an error. The brackets and the slash is allowed.