46a1bfb1d6af1c04838e56c7ba46acd20a83ef3d
[logging-analytics.git] / onap / appc / README.md
1 ####################################################################################################################################################################
2 ## APPC Logging Configuration
3 ====================================================================================================================================================================
4 APPC has three docker containers -appc_controller_container,sdnc_dgbuilder_container and sdnc_db_container.
5 The canonical logging implementation is only done for the container, appc_controller_container.
6 Canonical logs will be generated at /var/log/onap/appc/
7 ====================================================================================================================================================================
8 ## Instructions for deployment
9 ====================================================================================================================================================================
10     1. Log provider file is available at the path, /etc/onap/appc/conf.d/, on the host VM.
11   2. Copy the canonical 'org.ops4j.pax.logging.cfg' from 'appc' directory (of gerrit) into the path created in step 1.
12   3. Create the canonical path for logs, /var/log/onap/appc, on the host VM.
13   4. Provide write permissions for "others" users for directory created in step 3.
14   5. Volume-Mount: The appc container requires two host paths mapped as volume in the container
15         
16           5.1. Log file path:
17              Host path -      /var/log/onap/appc/ mapped to
18         Container path - /var/log/onap/appc/
19       5.2. Log provider file path: 
20           Host Path         : /etc/onap/appc/conf.d/org.ops4j.pax.logging.cfg  mapped to
21                 Container path    : ${karaf_data}/etc/org.ops4j.pax.logging.cfg
22                 Note: The current value of ${karaf_data} is /opt/opendaylight/distribution-karaf-0.4.2-Beryllium-SR2/data, which may change depending upon the karaf version.
23 ####################################################################################################################################################################