Logging
CloudShark will log information to multiple desinations depending on the action being logged.
- CloudShark application logs can be displayed by running the command:
journalctl -u cloudshark\*
- CloudShark licensing logs can be displayed by running the command:
journalctl -u qacafe-qala
- CloudShark also logs the following information into these log files:
- /usr/cloudshark/log/autoimporter.log: Logs information about the Auto Import feature, including when a file is automatically imported into CloudShark.
- /usr/cloudshark/log/cron.log: Logs information about the Auto Delete CloudShark feature.
Note: CentOS/RHEL 7 will not persist log files when the system is rebooted by default. To configure CentOS/RHEL 7 to persist log files the following commands must be run:
mkdir -p /var/log/journal
systemd-tmpfiles --create --prefix /var/log/journal
systemctl restart systemd-journald