Location of HTTP log format for Haproxy

6,974

following this guide solved my problem

Haproxy Logging in Ubuntu

created a script that is located in /var/logs/

Share:
6,974

Related videos on Youtube

Tom Angelo Clemente
Author by

Tom Angelo Clemente

Updated on September 18, 2022

Comments

  • Tom Angelo Clemente
    Tom Angelo Clemente over 1 year

    with this example in my configuration

        frontend http-in
            mode http
            option httplog
            log global
            default_backend bck
    
        backend static
            server srv1 127.0.0.1:8000
    

    where can i view the logs for my load balancer? (Haproxy)