Log files and html files created by UOX3

Want to discuss changes to the UOX3 source code? Got a code-snippet you'd like to post? Anything related to coding/programming goes here!
Post Reply
Maxx
UOX3 Newbie
Posts: 18
Joined: Thu Feb 09, 2006 9:56 pm
Has thanked: 0
Been thanked: 0

Log files and html files created by UOX3

Post by Maxx »

Greetings, I had a few questions concernig the log files and HTML files that UOX3 creates.

It appears that the log files that are/can be created are:
server.log
error.log
spell.log
performance.log

And the HTML pages that are created are:
gmstatus.html
guild.html
player.html
serverstatus.html

Please do let me know if I am missing a file :D

Here are the questions that I had.
1. Is there any way to change the output format of these files?
- For log files, I would like to be able to have a new log entry created
at the beginning and not at the end.

The reason is, when I use the log files in a web browser, you have to scroll to the bottom to see new information and when an auto refresh is used on the web page, you have to fight the scolling of the window to get to the bottom of the file. If new entries where made at the top of the file, this would never be an issue. The old data would just scroll down.

2. Can the HTML output be modified? If not, then can it use a .CSS so that that the style of it can be modified.

Thank you for your help with these questions, I hope to have my web console ready to go shortly. I have to make some design decessions and the answer to these questions will be really help in doing so.

Outstanding work thus far Dev team!!!!

Maxx
giwo
Developer
Posts: 1780
Joined: Fri Jun 18, 2004 4:17 pm
Location: California
Has thanked: 0
Been thanked: 0

Post by giwo »

No way I know of to modify the log file output.

Notably if you run in debug mode we also output every sent and received packet in the form of (character serial).snd / (character serial).rcv.

Also as for editing HTML output, quite easily done, check out /dfndata/html/
Scott
Post Reply