Skip to main content

Privacera Documentation

Generate verbose logs on Privacera Platform

When you start install Privacera Platform, only the Ansible task names get displayed on the terminal. To view the underlying details of a task, follow these steps:

  1. Open ansible.cfg.

    vi ~/privacera/privacera-manager/config/ansible.cfg
    
  2. Change verbosity to 1. You can change the verbosity value from 1 to 5.

    verbosity=1
  3. Uncomment stdout_callback to display the output on the terminal.

    stdout_callback=minimal

View Privacera Platform installation logs

After you install Privacera Platform, the logs are stored in logs/pm/ with the filename as pm_run_<date_and_time>.log. Also, logs are generated when an installation is aborted.

To list all the generated logs, run the following command:

ls logs/pm/

To view a generated log, run the following command:

vi logs/pm/pm_run_<date_and_time>.log