|
From: Bill A. <wa...@pr...> - 2026-03-02 22:34:09
|
On 3/2/26 3:09 PM, Phil Stracchino wrote:
> So I'd change:
>
> Messages {
> Name = Director
> append = "/var/log/bacula.log" = all, !skipped
>
> to 'all, events, !skipped'?
>
> And then just wait for it to happen again, I suppose... and remember to
> follow up if and when it does.
Hello Phil,
Personally, I would add another Append line specifically for the events:
----8<----
Append = /var/log/bacula-events.log = events
----8<----
...And then logrotate (gzipping and saving a lot of them for future reference if needed:) as it as it can grow quite large on
a busy system because even every bconsole connection, job start, job end (and much more) is considered and event. :)
Best regards,
Bill
--
Bill Arlofski
wa...@pr...
|