Andy Grundman wrote: > > Since all log output goes through Slim::Utils::Misc::msg() I think it > would be a simple matter of putting in the correct line-ending for the > current OS. Patches anyone? :)
I would agree with that approach. Text file output should be consistent with the platform on which the server is running. However, not all output goes through the msg() function. For example, I run slimserver supervised as a service and capture all (stdout/stderr) output into a log file. This means I capture all explicitly generated output (i.e. from the msg() function) and also any error msgs not captured by the code. R. _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
