Logfile on Windows should use Windows-style line endings (CRLF) instead of
Linux-style (LF)
-------------------------------------------------------------------------------------------
Key: DAEMON-181
URL: https://issues.apache.org/jira/browse/DAEMON-181
Project: Commons Daemon
Issue Type: Improvement
Components: Procrun
Affects Versions: 1.0.3
Reporter: Steve Ash
Priority: Trivial
Currently the log file for procrun writes out messages with a LF separator.
This makes is difficult to read the log files using the build in windows file
viewer notepad.
The line separator is defined as #define LINE_SEP "\n" in log.c, which is
already a windows specific implementation file. Thus, this may be as simple as
changing that. Unless there was a reason for using just LF. I couldn't find
anything in the mailing list.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.