Yubico / yubikey-val

YubiKey OTP validation server in PHP
https://developers.yubico.com/yubikey-val
BSD 2-Clause "Simplified" License
130 stars 43 forks source link

ykval-queue logging very verbose even when doing nothing #24

Closed florin-andrei-tp closed 10 years ago

florin-andrei-tp commented 10 years ago

I've installed yubikey-val 2.24-2 from the Ubuntu PPA.

ykval-queue keeps spewing messages into /var/log/syslog all the time, even when doing nothing - I only have a single server, so it's not queueing to anything.

There should be a log verbosity setting somewhere in /etc. It's okay if it defaults to more verbose, but it should be there and allow the admin to turn it down a few notches if necessary. E.g., on a more "normal" logging level it should not emit a log message if it hasn't done anything.

klali commented 10 years ago

maybe some of this logging should be moved to LOG_DEBUG ?