summaryrefslogtreecommitdiffstats
path: root/java/vaadin/src/run/resources
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2017-03-16 12:25:55 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2017-03-16 12:25:55 +0100
commit6085e4286da1ad625ce5da7bfdf9aa8faff19f02 (patch)
treefaa651020c023576cb8a9aad57614d83af382603 /java/vaadin/src/run/resources
parent22bc86a5d2fcfe42bc4045297f8d75b3c4ed2ab0 (diff)
downloadshare-6085e4286da1ad625ce5da7bfdf9aa8faff19f02.zip
share-6085e4286da1ad625ce5da7bfdf9aa8faff19f02.tar.gz
java : vaadin : clean up ant tasks, support runnable jar
Diffstat (limited to 'java/vaadin/src/run/resources')
-rw-r--r--java/vaadin/src/run/resources/jetty-logging.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/vaadin/src/run/resources/jetty-logging.properties b/java/vaadin/src/run/resources/jetty-logging.properties
new file mode 100644
index 0000000..71495db
--- /dev/null
+++ b/java/vaadin/src/run/resources/jetty-logging.properties
@@ -0,0 +1,6 @@
+# Configure for System.err output
+org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog
+# Configure StdErrLog to log all jetty namespace at default of WARN or above
+org.eclipse.jetty.LEVEL=WARN
+# Configure StdErrLog to log websocket specific namespace at DEBUG or above
+org.eclipse.jetty.websocket.LEVEL=INFO