I have two programs, one is intended to turn on a device at a time, and the other turn it off.
For some reason these do not seem to be working -sometimes-, I am not sure if they are not running, or are running and not communicating. I have checked the logs and there is nothing in them when they don't work (they do log the state change when they are working). since these are intermittant, I am not sure exactly where to check to see what the problem was.
one of the things I wanted to try was to have it write a log entry when the program ran. this didn't need to be complex, simply something in the action that would allow me to dump a string into the log file. Worst case, something that just put an entry in the log file without the string that it ran program "x" would be helpfull.
Since that doesn't seem to exist (though please put it on the wishlist!) are there any other ideas, debug log levels or hidden log files that I can look at?
Thanks!
Dan