Server GUI doesn't show log output.
Ran command in Windows 8 console:
minecraft_server.1.7.2.exe > err.log 2>&1
This captured the following errors in the STDERR stream before the server log in STDOUT starts.
2013-10-30 13:11:15,004 ERROR Error processing element Queue: CLASS_NOT_FOUND
2013-10-30 13:11:15,057 ERROR Unable to locate appender ServerGuiConsole for logger
Related issues
Attachments
Comments

You can view the .bat file I executed (to allocate more RAM for my server) and all the text outputs through the cmd but does not output to the server window. Commands can be input in both consoles and the text is outputted from the cmd at all times. This is how I'm getting by with my server until this is fixed.