Add java property for log date format, closes #764
This commit is contained in:
parent
0d7ee821d2
commit
4fa137a465
@ -10,7 +10,7 @@ import java.util.logging.LogRecord;
|
||||
public class ConciseFormatter extends Formatter
|
||||
{
|
||||
|
||||
private final DateFormat date = new SimpleDateFormat( "HH:mm:ss" );
|
||||
private final DateFormat date = new SimpleDateFormat( System.getProperty( "net.md_5.bungee.log-date-format", "HH:mm:ss" ) );
|
||||
|
||||
@Override
|
||||
public String format(LogRecord record)
|
||||
|
Loading…
Reference in New Issue
Block a user