Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
outlinetrue
excludeTable of Contents

Log files

All The majority of the log files can be found in under the /var/log/ directory. The following table shows the relevant log files and their usage.

...

When you are experiencing full disks, consider enlarging the corresponding disk, or contact Squirro Support for ways to remove some extra data.

...

In case we want to checkĀ  all the services log:

Code Block
languagebash
tail -f /var/log/squirro/*/*.log

...

Due to its complexity, the ingester service has a different log structure. To do its job the service manages a set of processes (named processor_X where X in (1,2 ... N)). Each process maintains its unique log in its unique directory. The easiest way to debug consists in merging their content via the following command:

Code Block
languagebash
tail -f /var/log/squirro/ingester/processor_*/*.log