AWS Thinkbox Discussion Forums

Slave log file naming

Right now, in /var/log/Thinkbox/Deadline6, the monitor creates log files with names like deadlinemonitor-ws-082-2014-05-02-0001.log. The slave, however, is adding an underscore (presumably in case there are multiple slaves running, or maybe multiple worker threads?): deadlineslave_-ws-082-2014-04-28-0005.log. It might be nice if the log files were either always numbered, or if this underscore was removed for single-slave logs. I know this is really minor, but the _- in the file names looks a little strange, and it isn’t immediately clear why it’s there.

That should be simple enough to fix. If the slave is running with the “default” name, then remove the underscore, otherwise append the underscore followed by the custom name.

Cheers,
Ryan

Great, thanks!

Privacy | Site terms | Cookie preferences