Add access.log to jetty server 27/8427/3
authorjrh3 <jrh3@att.com>
Wed, 23 Aug 2017 13:40:28 +0000 (09:40 -0400)
committerjrh3 <jrh3@att.com>
Wed, 23 Aug 2017 20:13:16 +0000 (16:13 -0400)
commit95dafe8eaedf270c639adf0e51481f0172d2b808
tree4868942f1509366f079afdcfd35e33450eb3fa2c
parent36cf73f8313cbd1baac4bc41565bee23690fc152
Add access.log to jetty server

Added a single line to the code that creates the jetty server so that
it will log messages in access.log format.  Also added lines to various
logback.xml files to actually write the output from the jetty server
to the access.log.

Made some revisions per comments:
- removed spaces around parameters
- added "Out" suffix
- changed suffix of archived files
- changed size to 1MB

Modified logback*.xml files to include jetty "access log" content in
the already-existing network.log.

Issue-Id: POLICY-161
Change-Id: I3e3769c06a22aaffea0e09abbec3387cc62f246f
Signed-off-by: jrh3 <jrh3@att.com>
feature-eelf/src/main/feature/config/logback-eelf.xml
feature-session-persistence/src/test/java/org/onap/policy/drools/persistence/JpaDroolsSessionConnectorTest.java
policy-endpoints/src/main/java/org/onap/policy/drools/http/server/internal/JettyServletServer.java
policy-management/src/main/server/config/logback.xml