Bug#843493: bsdutils: /usr/bin/logger writes to systemd journal

2016-11-07 Thread Charles
Hello Andreas Henriksson On 07/11/16 18:36, Andreas Henriksson wrote: On Mon, Nov 07, 2016 at 04:16:16PM +0530, Charles wrote: The logger man page says "logger - a shell command interface to the syslog(3) system log module". man 3 syslog says "syslog() generates a log message, which will be

Bug#843493: bsdutils: /usr/bin/logger writes to systemd journal

2016-11-07 Thread Andreas Henriksson
On Mon, Nov 07, 2016 at 04:16:16PM +0530, Charles wrote: > Hello Andreas Henriksson > > I ran the logger command with expectations based on the available > documentation and configuration files. I'm sure documentation can always be improved. Although here we likely want a report to be about a spe

Bug#843493: bsdutils: /usr/bin/logger writes to systemd journal

2016-11-07 Thread Charles
Hello Andreas Henriksson On 07/11/16 12:51, Andreas Henriksson wrote: >> The situation was reproduced by running this script: >> #!/bin/bash >> echo $$ >> logger -t "task3092.sh[$$]" 'Test message' >> >> The outcome was reproduced by: >> # ./task3092.sh >> 20892 >> # tail -1 /var/log/syslog >> No

Bug#843493: bsdutils: /usr/bin/logger writes to systemd journal

2016-11-06 Thread Charles Atkinson
Package: bsdutils Version: 1:2.25.2-6 Severity: normal Dear Maintainer, The situation was reproduced by running this script: #!/bin/bash echo $$ logger -t "task3092.sh[$$]" 'Test message' The outcome was reproduced by: # ./task3092.sh 20892 # tail -1 /var/log/syslog Nov 7 08:35:36 sysmgt.iciti