JUL > FileHandler: Hardcoded output file name (pattern)
742833Jun 9 2010 — edited Jun 15 2010Hi All,
Reviewing the initFileHandler method at com.sleepycat.je.dbi.EnvironmentImpl class, I've observed that the FileHandler pattern field is almost hardcoded to ${envHome}/je.info; so there is no way to divide path for bdbje log files and bdbje java.util.logging files
You can set (programmatically or using a properties.file) the "count" and "limit" attributes but not "pattern". Am I in the right?
Since "count" and "limit" applies to all the environments you will be running on the jvm process; it would be nice to have an "Alias" field for each Environment so it could be used to specify a "count", "limit" or "pattern" for each alias.
BR,
/César.