syslogger: new parameter 'ident' (#340)

Added new parameter ident to specify the name of the application
which is sending the message to Syslog using syslogger module.
This commit is contained in:
Abhijeet Kasurde 2020-05-15 14:35:32 +05:30 committed by GitHub
commit 58ed77e851
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 59 additions and 35 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- syslogger - added new parameter ident to specify the name of application which is sending the message to syslog (https://github.com/ansible-collections/community.general/issues/319).