Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JUL > FileHandler: Hardcoded output file name (pattern)

742833Jun 9 2010 — edited Jun 15 2010
Hi 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2010
Added on Jun 9 2010
2 comments
1,319 views