marcoCasamento / Hangfire.Redis.StackExchange

HangFire Redis storage based on original (and now unsupported) Hangfire.Redis but using lovely StackExchange.Redis client
Other
452 stars 108 forks source link

Change from info to debug on WriteOptionsToLog #85

Closed toddlucas closed 5 years ago

toddlucas commented 5 years ago

If a password is used in the connection string, this ends up writing it to the logs in the default (info log level) configuration. This changes the log level to debug.

marcoCasamento commented 5 years ago

Thanks for PR I believe it's a good Idea. Merging