View Full Version : No debug output to DOS windows
Mortow
01-10-2014, 08:57 AM
I recompiled with the new source files yesterday and none of my DOS windows display any debug info anymore. I am using Perl 5.1 and I verified that debug level was set to 5 in CMake. All of my DOS windows look like the first post in this thread http://www.eqemulator.org/forums/showthread.php?t=37597&highlight=debug just two lines and then nothing else. At first I though it was hanging up but it is not.
I am not getting any errors, everything runs fine including my login server. There is just no feedback in the windows anymore.
Anyone know what I might have done wrong?
Compile went fine with no errors and I have no errors in my logs.
joligario
01-10-2014, 09:20 AM
If you want more output than the 2 lines, increase the number above 5.
Mortow
01-10-2014, 09:27 AM
Ok thanks, I will try that. When I compiled last time, a few months back, I had it at 5 and saw a lot of debug info in the windows. It just freaked me out when I saw nothing in them.
Mortow
01-10-2014, 09:01 PM
I recompiled with debug set at 10 and the only window that displays any debug info is my Login Server window. As before, everything is functioning fine I just do not get any feedback in the other windows.
Any ideas as to what I have done wrong?
joligario
01-10-2014, 09:24 PM
I don't think you've done anything wrong. Not every message goes to con anymore. Your log files should be nice and heavy now though.
demonstar55
01-10-2014, 09:25 PM
There is a cmake setting that sets whether or not to basically disable logging complete despite the settting, I would turn this off and turn debug back down to 5, 10 really spams a lot :P
gibroni
01-10-2014, 09:31 PM
Made the variable for disabling the logging system always default to
ON instead of OFF. Changed the wording so it's less confusing.
This means that the debug logging information will not display at all by default, but the GM command logging will display enabled. If you need to diagnose the logs, simply turn them on at the expense of added CPU/Disk I/O
f31b9ad98b Browse code
SecretsOTheP authored 2 months ago
Mortow
01-10-2014, 09:54 PM
Thank you all very much for the quick replies. I will try disabling and setting back to 5. I really appreciate the help.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.