What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Disable Logging

Status
Not open for further replies.

maukor

Member
Joined
Aug 4, 2013
Messages
45
Reaction score
2
Hi. Is there a way to disable logs ? my bot works perfect and i dont wanna read them and waste disk space. Thanks ; )
 
Bump, I need to know how to disable or at least lessen the amount of logging, please!
 
Not recommended, but if you really want to, call this code someone in a plugin or routine:
Code:
Loki.Common.Logger.ChangeLogFilterLevel(log4net.Core.Level.Off, log4net.Core.Level.Off);
 
Thanks,

I turned off logging for virtually everything and now the game runs like as if EB is not even running. I used to get crazy frame issues/drops on a very high end machine and to think that logging affected it that much is kind of crazy, but I was really convinced that was the issue anyways.

You might want to implement a global level of logging setting, like DB used to have when I used it like a year or so ago, dont know if they still have it.

Cheers
 
No setting for logging because then when things do go wrong, we'd have no way of being able to fix the issue or help them understand the problem!
 
That is just plain wrong way of thinking. Forcing a user into a certain choice is not quite better and should the user come across problems it's their fault that they have disabled certain features willingly. Hell, you might even want to add a disclaimer as long as it it's there.
Otherwise, the bot has been working great and I appreciate all of your work done regardless.
My 2 cents.
 
Our way of thinking is just fine. Users who know what they are doing and are willing to accept the results can execute the code I mentioned above to do what they want.
 
Status
Not open for further replies.
Back
Top