It would be nice if we could configure logs to be automatically rotated. Even some kind of simplified logrotate options in server options would make the lives of administrators on large servers a lot easier and probably save you a lot of disk space as well (just deleted a 250 MB log file on Era).
Example of server options:
PHP Code:
logrotate=itemlog.txt,trading.txt
logrotate-itemlog.txt=30,daily,compress # keep 30 old logfiles, rotate daily, gzip old files
logrotate-trading.txt=15,10mb # keep 15 old logfiles, rotate when reaches 10 MB
Syntax doesn't really matter, but it'd be really nice to not have to download huge files just to check a single line.
This should be a fairly simple addition which would be great for server staff and save Eurocenter quite a bit of storage space (the same file gzipped is about 13 MB).