Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support additional logging (over NULL logging) #7

Open
8 tasks
bindul opened this issue Dec 11, 2015 · 0 comments
Open
8 tasks

Support additional logging (over NULL logging) #7

bindul opened this issue Dec 11, 2015 · 0 comments

Comments

@bindul
Copy link
Contributor

bindul commented Dec 11, 2015

  • Support file logging (derby.stream.error.file)
  • Support additional log files (other than derby.log) - http://db.apache.org/derby/docs/10.12/ref/rrefproper18151.html
  • Support rolling log files (derby.stream.error.style) with additional support for derby.stream.error.rollingFile.count, derby.stream.error.rollingFile.limit and derby.stream.error.rollingFile.pattern. - http://db.apache.org/derby/docs/10.12/ref/rrefproperrollingfile.html
  • Support logging through java.lang.System.err or java.lang.System.out (use derby.stream.error.field)
  • Support logging through our logger (use derby.stream.error.field with a special logger)
  • Support setting derby.stream.error.logSeverityLevel with default (and only write property if not default)
  • Support setting derby.stream.error.extendedDiagSeverityLevel with default (and only write property if not default)
  • Support setting derby.stream.error.logBootTrace
@bindul bindul modified the milestone: JUnit Helper 0.2 Dec 15, 2015
@bindul bindul modified the milestones: v1.0-alpha.2, v1.0-alpha.1 Jan 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant