jcs / rubywarden

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

DEBUG messages #114

Closed markfoodyburton closed 3 years ago

markfoodyburton commented 4 years ago

I get a lot of messages of the form: DEBUG -- : #033[1m#033[36mAttachment Load (0.3ms)#033[0m #033[1m#033[34mSELECT "attachments".* FROM "attachments" WHERE "attachments"."cipher_uuid" = .... in my logs.

Actually there are no attachments to load.

Is there a way to remove these debug messages?

jcs commented 3 years ago

Those should only appear if you are not using RUBYWARDEN_ENV=production