------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1363
Summary: eximon does not continuously update logfile widget
Product: Exim
Version: 4.80.1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: bug
Priority: medium
Component: Eximon
AssignedTo: nigel@???
ReportedBy: heiko@???
CC: exim-dev@???
eximon does initially show the last lines of the logfile but does not
continuously update the logfile widget.
In em_log.c line 367 variables are:
log_file=/server/exim/server/log/main-%D
log_file_wanted=/server/exim/server/log/main-%D
log_file_open=/server/exim/server/log/main-20130602
--> log_file_wanted is not correct because it should contain the date stamp.
The reason is "%s" in string_format line which is introduced by commit e0df1c8.
A similar problem for variable log_file_open was already corrected by Phil
Pennock in May 2012 in commit c6e95d2. This should be done in em_log.c
analogously.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email