Information
Docker now supports various log drivers. A preferable way to store logs is the one that
supports centralized and remote logging.Centralized and remote logging ensures that all important log records are safe despite
catastrophic events. Docker now supports various such logging drivers. Use the one that
suits your environment the best.
Solution
Step 1- Setup the desired log driver by following its documentation.Step 2- Start the docker daemon with that logging driver.For example,dockerd --log-driver=syslog --log-opt syslog-address=tcp-//192.xxx.xxx.xxxImpact-None.Default Value-By default, container logs are maintained as json files