1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00

Made ykval-munin-responses use /var/log/syslog.

This commit is contained in:
Dain Nilsson 2013-01-29 14:43:26 +01:00
parent 0c609b0c50
commit 8364f7deac

View File

@ -6,7 +6,7 @@ use strict;
use warnings;
my @types = qw/OK BAD_OTP MISSING_PARAMETER BACKEND_ERROR BAD_SIGNATURE DELAYED_OTP NO_SUCH_CLIENT NOT_ENOUGH_ANSWERS REPLAYED_REQUEST REPLAYED_OTP OPERATION_NOT_ALLOWED/;
my $logfile = "/var/log/yubikey-val-server-php.log";
my $logfile = "/var/log/syslog";
if(@ARGV > 0) {
if($ARGV[0] eq "autoconf") {