Relocate docker container log

Hi all, if I want to have the docker container log to be located in a specific folder in the host environment, is there anyway to do it?

Right now I am using the default json-file logging driver, and looks like the log can only be found in /var/lib/docker/containers/<container id>/<container id>-json.log , what if I want the log to be placed in a different location?

Would the logging-driver “local” be able to do it?