When you use the official
Manticore docker image, the server log is sent to
/dev/stdout which can be viewed from host with:
docker logs manticoreThe query log can be diverted to Docker log by passing variable
QUERY_LOG_TO_STDOUT=true.
The log folder is the same as in case of Linux package set to
/var/log/manticore. If desired, it can be mounted to a
local path to view or process the logs.