Once #229 gets merged, there'll be a logFileTemplate config option specifying where logs for any launched user backends should be created. With the controller getting its own set of log options (logLevelConsole, logTypeConsole, logLevelFile, and logTypeFile) in the PR it becomes easy to confuse the backend log setting with those settings for the controller's own logging.
Something should be done to resolve this, but this would be backwards incompatible. Rather than addressing directly in the PR - my initial thought had been to add some backwards compatibility code - this issue has been created to determine how to resolve this as per @confluence's recommendation.
Once #229 gets merged, there'll be a
logFileTemplateconfig option specifying where logs for any launched user backends should be created. With the controller getting its own set of log options (logLevelConsole,logTypeConsole,logLevelFile, andlogTypeFile) in the PR it becomes easy to confuse the backend log setting with those settings for the controller's own logging.Something should be done to resolve this, but this would be backwards incompatible. Rather than addressing directly in the PR - my initial thought had been to add some backwards compatibility code - this issue has been created to determine how to resolve this as per @confluence's recommendation.