elogind uses parentheses in tag, [e.g.](https://github.com/elogind/elogind/blob/36917dda508996eedbb0b4b24af4e2dfe911179d/src/shared/spawn-polkit-agent.c#L45): ```c r = fork_agent("(polkit-agent)", ``` which breaks the log message: ``` 2025-05-03T17:56:38.931881+02:00 vodopnik - - - - (polkit-[15623]: Failed to execute /usr/bin/pkttyagent: No such file or directory ```