Overarching Issue:
Ideally log entries would have Date Time written consistently as YYYY-MM-DD HH:M:SS. I cannot understand why it is done in a way that is not machine readable (and in US format too). Is there a way Mikrotik could have a setting that allowed the machine readable format in logs?
Specific Issue:
This is the log file produced at 01:05:00 with most entries removed. You can see the entries for sep/22 being printed with only the time and the sep/23 (Today) with the date and time. That is not correct.
Code: Select all
# sep/23/2018 1: 5: 0 by RouterOS 6.43.2
# software id =
#
sep/21 18:16:29 system,info router rebooted
.
.
sep/21 23:38:43 script,info [LogMonitorScript] Run
sep/21 23:42:29 script,info Duplicate SMTP Address
00:06:00 system,info changed scheduled script settings by admin
00:06:00 script,info [LOGMON] New logs found, send email
.
.
23:38:44 script,info [LogMonitorScript] Run
23:42:29 script,info Duplicate SMTP Address
sep/23 00:06:00 system,info changed scheduled script settings by admin
sep/23 00:06:00 script,info [LOGMON] New logs found, send email
sep/23 00:08:44 script,info [LogMonitorScript] Run
Code: Select all
/system clock> print
time: 17:12:22
date: sep/23/2018
time-zone-autodetect: no
time-zone-name: Europe/Paris
gmt-offset: +02:00
dst-active: yes
Charles