Log to the logs/ directory when running with the cucumber configuration

Fixes #5
This commit is contained in:
R. Tyler Croy 2014-12-29 13:00:23 -08:00
parent 82b9aec847
commit caa44705e4
3 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ tmp/
/bin/
workbench.xmi
.idea
logs/

View File

@ -3,6 +3,14 @@ database:
user: nobody
url: "jdbc:h2:mem:cucumber"
logging:
level: INFO
loggers:
org.hibernate.SQL: ALL
appenders:
- type: file
currentLogFilename: ./logs/deploydb-cucumber.log
threshold: ALL
archive: true
archivedLogFilenamePattern: ./logs/deploydb-cucumber-%d.log
archivedFileCount: 5
timeZone: UTC

0
logs/.gitkeep Normal file
View File