logDevice=logDirectoryPath attribute The logDevice=logDirectoryPath attribute specifies the path to the directory on which to store the database log during database creation or restoration. logDevice=logDirectoryPath database connection URL attribute databasesspecifying log file location attributeslogDevice

Even if specified as a relative path, the logDirectoryPath is stored internally as an absolute path.

For more information about using this attribute, see "Using the logDevice=logDirectoryPath attribute" in the .

Combining with other attributes

Use in conjunction with create, createFrom, restoreFrom, or rollForwardRecoveryFrom.

Example jdbc:derby:newDB;create=true;logDevice=d:/newDBlog