File: logs.rst

package info (click to toggle)
nova 2%3A22.0.1-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 47,176 kB
  • sloc: python: 375,733; pascal: 1,781; sh: 1,142; makefile: 149; xml: 83; sql: 43
file content (30 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
=================
Compute log files
=================

The corresponding log file of each Compute service is stored in the
``/var/log/nova/`` directory of the host on which each service runs.

.. list-table:: Log files used by Compute services
   :widths: 35 35 30
   :header-rows: 1

   * - Log file
     - Service name (CentOS/Fedora/openSUSE/Red Hat Enterprise
       Linux/SUSE Linux Enterprise)
     - Service name (Ubuntu/Debian)
   * - ``nova-api.log``
     - ``openstack-nova-api``
     - ``nova-api``
   * - ``nova-compute.log``
     - ``openstack-nova-compute``
     - ``nova-compute``
   * - ``nova-conductor.log``
     - ``openstack-nova-conductor``
     - ``nova-conductor``
   * - ``nova-manage.log``
     - ``nova-manage``
     - ``nova-manage``
   * - ``nova-scheduler.log``
     - ``openstack-nova-scheduler``
     - ``nova-scheduler``