Tusho

Logging and Operations

Crawler logging

The crawler emits newline-delimited JSON logs to standard output and to a log file. This makes the logs easy to:

Web application logging

The PHP application writes one JSON line per request. The log includes route and format information so it is easy to understand how the web UI is being used.

Operational advice