Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-6102

dblook.log is always created in current working dir, no matter what

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 10.9.1.0
    • None
    • Tools
    • None
    • Normal

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rnfm7avr Mark
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: