Disable logging
This commit is contained in:
parent
447fcb9b5d
commit
006e009eea
|
@ -278,6 +278,8 @@ sub do_log
|
|||
my $die = shift || 0;
|
||||
my $min = $self->{verbose} || 5;
|
||||
|
||||
# Journald is borked. Just don't bother logging
|
||||
return 0;
|
||||
if ($self->{daemon}) {
|
||||
use Log::Journald qw(send);
|
||||
send(
|
||||
|
|
Loading…
Reference in New Issue