Description of problem: carod doesn't write log entries to log file set in LL_DAEMON_LOG if carod runs as daemon and it is started by condor master. If I remove carod from DAEMON_LIST and run it by hand, it write to stdout and also to log file. Version-Release number of selected component (if applicable): condor-low-latency-1.1-0.1.el5 How reproducible: 100% Steps to Reproduce: 1. set carod to DAEMON_LIST and set LL_DAEMON_LOG Actual results: There is no log entry in carod log file. Expected results: It writes log entries to log file.
This isn't really a bug, as the carod currently only logs errors to the log file until the debug option is given (-l). I've added startup/shutdown logs and function entry logs are now shown by default. This should give an indication that the daemon is running and processing requests. Added in: condor-low-latency-1.1-0.2
Tested with: condor-low-latency-1.1-0.2 Tested on: RHEL4 i386 - passed RHEL4 x86_64 - passed RHEL5 i386 - passed RHEL5 x86_64 - passed --> VERIFIED