diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-12-17 18:53:53 +0200 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2017-12-18 13:27:26 +0000 |
commit | d1618e5e4532d3d7fadf83ca3c680e5e1ab38169 (patch) | |
tree | f62ccb9ebaa81345104dfc1aa107dd3721fa78d4 /catalog-be/src/main/webapp | |
parent | 888996608c0d7f94459ccf8a057047abebf7b6c9 (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.xml | 4 |
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> |