multiple log_opts for docker logging -


my docker-compose file looks this. works great. logs show on syslog server. problem cannot view them locally in /var/log/messages. way can both?

mydocker:   image: mydocker   log_driver: syslog   log_opt:     syslog-address: "<url-goes-here>" 

currently answer no. mentioned in link syslog/journald host , further process logs there. creating own little log container shouldn't hard either.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -