c# - Turn Off ServiceStack Logging -


servicestack's internal logging isn't want have in logs. how disable internal logging, or @ least suppress doesn't clog log?

when configuring logmanager set instance of nulllogfactory

logmanager.logfactory = new nulllogfactory(); 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -