Missing log level in the remote syslog server log files

Options

On our solace appliances we have configured to send logs to our syslog servers. We are receiving them but in the log messages the log level and destination is missing. Do anyone have any idea why the logs not printing log level/destination on our remote syslog servers?
We can see log level/destination on the solace appliance.
Log example on our syslog server:
2020-12-07T15:18:24-06:00 appliance1 root[2222]: SEMP/mgmt xx.xx.xx.xx user 15:18:24 15:18:24 show queue name=* vpn-name=xxxxxxxxxx rates durable following queue-name-index-param=xxxxx vpn-id-index-param=10 count num-elements=500
Thank you

Tagged:

Comments

  • Aaron
    Aaron Member, Administrator, Moderator, Employee Posts: 526 admin
    Options

    Probably because you are not printing the severity..?
    What syslog server are you using?
    What is your syslog configuration?
    What does your output format/template look like?

  • TomF
    TomF Member, Employee Posts: 406 Solace Employee
    Options

    Hi @Manikanta, that looks like a command log entry, for which the syslog docs are here. As Aaron says, we're almost certainly sending you the severity, for instance, but I suspect there's a configuration on your syslog server that is suppressing its output to the log.

  • Aaron
    Aaron Member, Administrator, Moderator, Employee Posts: 526 admin
    Options

    Is related to this? Got raised at almost the exact same time: https://github.com/aaron-613/solace-logging-config/issues/4

  • Manikanta
    Manikanta Member Posts: 17
    Options

    Yes, same issue. It got resolved. Thank you @Aaron and @TomF .