Skip to content

Commit 6d9bf43

Browse files
author
Thomas Grassauer
committed
use ServiceStack.Logging.ILog.IsDebugEnabled
1 parent 34c9108 commit 6d9bf43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ServiceStack.CacheAccess.Memcached/EnyimLoggerWarpper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public void FatalFormat(IFormatProvider provider, string format, params object[]
189189

190190
public bool IsDebugEnabled
191191
{
192-
get { return true; }
192+
get { return _serviceStackLogger.IsDebugEnabled; }
193193
}
194194

195195
public bool IsInfoEnabled

0 commit comments

Comments
 (0)