aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/webapp
diff options
context:
space:
mode:
authorTal Gitelman <tg851x@intl.att.com>2017-12-17 18:53:53 +0200
committerTal Gitelman <tg851x@intl.att.com>2017-12-18 13:27:26 +0000
commitd1618e5e4532d3d7fadf83ca3c680e5e1ab38169 (patch)
treef62ccb9ebaa81345104dfc1aa107dd3721fa78d4 /catalog-be/src/main/webapp
parent888996608c0d7f94459ccf8a057047abebf7b6c9 (diff)
fix jetty log system out logging
Change-Id: I57129bf5854043425a7bc2d6f11f71a2a3a15cda Issue-ID: SDC-581 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'catalog-be/src/main/webapp')
-rw-r--r--catalog-be/src/main/webapp/WEB-INF/web.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/catalog-be/src/main/webapp/WEB-INF/web.xml b/catalog-be/src/main/webapp/WEB-INF/web.xml
index e71f6c2258..70f5ff229c 100644
--- a/catalog-be/src/main/webapp/WEB-INF/web.xml
+++ b/catalog-be/src/main/webapp/WEB-INF/web.xml
@@ -194,8 +194,4 @@
<welcome-file>index.html</welcome-file>
</welcome-file-list>
- <context-param>
- <param-name>org.togglz.FEATURE_MANAGER_PROVIDED</param-name>
- <param-value>true</param-value>
- </context-param>
</web-app>