blob: a6da951803ab8b1ebb57fdfe7cc3be89b21eba73 [file] [log] [blame]
Lusheng Ji72c4fba2017-10-10 18:12:22 +00001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3
4Logging
5=======
6
Lusheng Jia73548f2017-11-05 19:24:05 -05007DCAE logging is available in several levels.
8
9Platform VM Logging
10-------------------
111. DCAE bootstrap VM:
12 * /var/log directory containing various system logs including cloud init logs.
13 * /tmp/dcae2_install.log file provided installation logs.
14 * **docker logs** command for DCAE bootstrap container logs.
152. Cloudify Manager VM:
16 * /var/log directory containing various system logs including cloud init logs.
17 * Cloudify Manager GUI provides viewing access to Cloudify's operation logs.
183. Consul cluster:
19 * /var/log directory containing various system logs including cloud init logs.
20 * Consul GUI provides viewing access to Consul registered platform and service components healthcheck logs.
214. Docker hosts
22 * /var/log directory containing various system logs including cloud init logs.
23 * **docker logs** command for Docker container logs.
Lusheng Ji72c4fba2017-10-10 18:12:22 +000024
25
Lusheng Jia73548f2017-11-05 19:24:05 -050026Component Logging
27-----------------
Lusheng Ji72c4fba2017-10-10 18:12:22 +000028
Lusheng Jia73548f2017-11-05 19:24:05 -050029In general the logs of service component can be accessed under the /opt/log directory of the container, either the Docker container or the VM. Their deployment logs can be found at the deployment engine and deployment location, e.g. Cloudify Manager, CDAP, and Docker hosts.
Lusheng Ji72c4fba2017-10-10 18:12:22 +000030