Mark created DERBY-6102:
---------------------------
Summary: dblook.log is always created in current working dir, no
matter what
Key: DERBY-6102
URL: https://issues.apache.org/jira/browse/DERBY-6102
Project: Derby
Issue Type: Bug
Components: Tools
Affects Versions: 10.9.1.0
Reporter: Mark
new dblook(new String[]{"-d", "jdbc:derby:memory:unit-testing;", "-verbose"});
creates an empty dblook.log in the current directory.
new dblook(new String[]{"-d", "jdbc:derby:memory:unit-testing;", "-verbose",
"-o", "/tmp/some.log"});
creates an empty dblook.log in the current directory in addition to
/tmp/some.log.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira