Logging
Output
PactFlow On-Premises sends the application logs to the standard output stream of the Docker container, with the expectation that the container orchestration service collects and forwards them to a log aggregation service. The application
property distinguishes the UI and App logs. UI is called pactflow-ui
and API is called pactflow-application
.
Format
The log format is JSON.
Level
The default log level is INFO
. You can change it by setting the PACTFLOW_LOG_LEVEL
environment variable.
In this section: