diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2017-03-13 08:48:57 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2017-03-13 08:48:57 +0100 |
commit | 7b2889665d790585f4e1e0ac5c215359240a8d33 (patch) | |
tree | 697e55e82e259b48df48921b302220324f3caef0 /java/vaadin/src/main/resources/Application.properties | |
parent | ba24c4cf96b9ada4ce319b792201ad8ad7505fbf (diff) | |
download | share-7b2889665d790585f4e1e0ac5c215359240a8d33.zip share-7b2889665d790585f4e1e0ac5c215359240a8d33.tar.gz |
java : vaadin : add logback support
Diffstat (limited to 'java/vaadin/src/main/resources/Application.properties')
-rw-r--r-- | java/vaadin/src/main/resources/Application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/vaadin/src/main/resources/Application.properties b/java/vaadin/src/main/resources/Application.properties index 193ca7f..512362b 100644 --- a/java/vaadin/src/main/resources/Application.properties +++ b/java/vaadin/src/main/resources/Application.properties @@ -1,3 +1,5 @@ app.name=VaadinHelloWorld app.version=0.0.1 app.path=/hello +app.env=DEV +app.logfile=/var/log/tomcat7/HelloWorld.log |