Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

haproxy logs not written #4

Open
nizamsp opened this issue Jun 24, 2017 · 0 comments
Open

haproxy logs not written #4

nizamsp opened this issue Jun 24, 2017 · 0 comments

Comments

@nizamsp
Copy link

nizamsp commented Jun 24, 2017

haproxy logs suddenly stops coming in the log file but requests are being forwarded.

global                                                                           
    daemon                                                                       
    log /dev/log    local0                                                       
    log /dev/log    local1 info                                                  
    chroot /var/lib/haproxy                                                      
    crt-base /etc/letsencrypt/live                                               
    lua-load /etc/haproxy/acme-http01-webroot.lua                                
    # Default ciphers to use on SSL-enabled listening sockets.                   
    # For more information, see ciphers(1SSL).                                   
    ssl-default-bind-ciphers AES256+EECDH:AES256+EDH:!aNULL;                     
    tune.ssl.default-dh-param 4096                                               
                                                                                 
    stats socket /run/haproxy/admin.sock mode 660 level admin                    
    stats timeout 30s                                                            
    maxconn 100000                                                               
                         

In the docker-compose, I have mounted the /var/log/ directory to host.
volumes: - /data/logs/my_logs:/var/log

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant