devstack/roles/export-devstack-journal
Eyal 56b2e7fe8b fix a command typo
Change-Id: I01787641c887bfc0f4620b90b4ff488958dac53e
2019-12-19 13:32:55 +02:00
..
defaults Use stage_dir instead of /opt/stack 2017-12-18 18:21:24 +00:00
tasks Export all journal logs 2019-03-29 11:20:19 -07:00
templates fix a command typo 2019-12-19 13:32:55 +02:00
README.rst Export all journal logs 2019-03-29 11:20:19 -07:00

Export journal files from devstack services

This performs a number of logging collection services

  • Export the systemd journal in native format
  • For every devstack service, export logs to text in a file named screen-* to maintain legacy compatability when devstack services used to run in a screen session and were logged separately.
  • Export a syslog-style file with kernel and sudo messages for legacy compatability.

Writes the output to the logs/ subdirectory of stage_dir.

Role Variables