Hello,
While I was troubleshooting some user problem and trying to figure out why mylog_xxx.log is not created, I found a tiny
bug. The buffers for holding the full path for MyLog and CommLog are small -- only 80 bytes. If you specify a long
pathfor Logdir, the buffer overrun occurs. Please find the attached patch mylog_buffer_overrun.patch.
The other patch mylog_cleanup.patch removes code which are unused or unnecessary anymore. I'd like to make the code as
leanas possible, so that it makes code reading and searching easier and faster. This patch removes about 120 lines.
Regards
Takayuki Tsunakawa