mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
do things when not dev
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Bit.Core.Utilities
|
||||
GlobalSettings globalSettings,
|
||||
Func<LogEvent, bool> filter = null)
|
||||
{
|
||||
if(env.IsProduction())
|
||||
if(!env.IsDevelopment())
|
||||
{
|
||||
if(filter == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user