I have a problem with logger command. After upgrading syslog-ng to 3.3th version (maybe it is not directly depend on it), logger (using command below) doesn't log tag names:
logger -t "BLABLA" some_log_string
How can I solve it? I searched around but couldn't find anything regarding this issue.
Thanks in advance.