3.122.4. OutputFormat Previous topic Parent topic Child topic Next topic

This string defines the format of statistics entries. Format specifiers, such as %{GlobalVar:name}, are evaluated when the configuration is loaded. The value can be either text or json. The default value is text unless otherwise documented by a clause.
<StatsLog FILE>
    # Log as json instead of text
    OutputFormat json

    # Other configuration options
</StatsLog>