Logging: Tweak debug settings for more performance
This commit is contained in:
parent
2f60998c3e
commit
711c380e5f
@ -56,9 +56,9 @@ Imports NLog.Targets
|
||||
''' </remarks>
|
||||
Public Class LogConfig
|
||||
#Region "Private Properties"
|
||||
Private Const OPEN_FILE_CACHE_TIMEOUT As Integer = 5
|
||||
Private Const OPEN_FILE_CACHE_TIMEOUT As Integer = 30
|
||||
Private Const OPEN_FILE_FLUSH_TIMEOUT As Integer = 5
|
||||
Private Const AUTO_FLUSH As Boolean = True
|
||||
Private Const AUTO_FLUSH As Boolean = False
|
||||
|
||||
Private Const KEEP_FILES_OPEN As Boolean = False
|
||||
Private Const KEEP_FILES_OPEN_DEBUG As Boolean = True
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user