Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 427 Bytes

disabling-default-monolog-configuration.md

File metadata and controls

14 lines (13 loc) · 427 Bytes

Disable the default monolog configuration

If you want to disable the default monolog configuration, overwrite log_files with your own configuration. For example:

# config/packages/fd_log_viewer.yaml
fd_log_viewer:
    log_files:
        apache-access:
            type: http-access
            name: Apache2 access
            finder:
                in: "/var/log/apache2"
                name: "access.log"