Set a custom UserAgent

This commit is contained in:
Daniel Berteaud 2019-04-02 14:57:38 +02:00
parent e094810b83
commit 4d47fc9c49
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ if (
print "Starting the Systemd Journal GELF uploader daemon\n";
my $ua = LWP::UserAgent->new(
agent => 'SystemdJournalGelf',
env_proxy => 1,
keep_alive => $conf->{keep_alive}
);