jcs / rubywarden

An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
ISC License
593 stars 49 forks source link

Option for logging #96

Closed shelterx closed 5 years ago

shelterx commented 5 years ago

Maybe I'm missing something but I haven't found an option to disable stdout log output. I would like an option to set this, perhaps with these values: off logfile=/path/to/file stdout

Btw, I guess using &>/dev/null works too.

jcs commented 5 years ago

You can do that in unicorn.conf.rb, just set stderr_path to /dev/null.