Re: [arch-general] pacman and journalctl

2017-12-02 Thread Leonid Isaev via arch-general
On Sat, Dec 02, 2017 at 07:15:09AM +, Tom M. wrote:
> ha! that was easy, thanks. perhaps manpage needs updating...

man pacman.conf says that UseSyslog means "Log action messages through
syslog(). This will insert log entries into /var/log/messages or equivalent."
It doesn't specify a syslog implementation... Journald is simply one of them.

If you wonder about facility and/or priority, then yeah, it is not indicated,
but I guess it is daemon/info.

Cheers,
-- 
Leonid Isaev


Re: [arch-general] pacman and journalctl

2017-12-01 Thread Tom M.
ha! that was easy, thanks. perhaps manpage needs updating...


t.

On 2 December 2017 at 00:24, Leonid Isaev via arch-general
 wrote:
> On Fri, Dec 01, 2017 at 11:10:51PM +, Tom M. wrote:
>> ahoy there!
>>
>> is there some cleaver way of making pacman log to journalctl? or plans
>> to implement such a feature?
>
> Uncomment UseSyslog in pacman.conf...
> --
> Leonid Isaev


Re: [arch-general] pacman and journalctl

2017-12-01 Thread Leonid Isaev via arch-general
On Fri, Dec 01, 2017 at 11:10:51PM +, Tom M. wrote:
> ahoy there!
> 
> is there some cleaver way of making pacman log to journalctl? or plans
> to implement such a feature?

Uncomment UseSyslog in pacman.conf...
-- 
Leonid Isaev


[arch-general] pacman and journalctl

2017-12-01 Thread Tom M.
ahoy there!

is there some cleaver way of making pacman log to journalctl? or plans
to implement such a feature?

regards,
t.