[Fix] timestamp in console log formatter

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
gm4st3r
Posts: 1
Joined: Fri Apr 18, 2014 12:50 pm

[Fix] timestamp in console log formatter

Post by gm4st3r »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 6502:
L2JDP Revision 10285:

I found a small bug in this version in timestamp in console log formatter lost the date by gameserver/login console.
example : [18 04 16:23:35]
http://trac.l2jserver.com/changeset/6493

Fix:

Code: Select all

branches/unstable/L2J_Server_BETA/java/com/l2jserver/log/formatter/ConsoleLogFormatter.java -private final SimpleDateFormat dateFmt = new SimpleDateFormat("dd MMM H:mm:ss");+private final SimpleDateFormat dateFmt = new SimpleDateFormat("dd MM H:mm:ss");
I did not know that i post to forgive me :D .
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: [Fix] timestamp in console log formatter

Post by Zoey76 »

We were talking with Nos about that few days ago.
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
Post Reply