docker-collector-logs
docker-collector-logs copied to clipboard
Different type per container
Currently, a type can be specified using the LOGZIO_TYPE environment variable. It would be nice if a different type could be configured for each container thats logs are collected with the docker-collector-logs container.
For example, on the same docker host I'm running two containers, one node container running a web API with custom logging and an nginx container with its default logging. It would be nice to collect the logs of both of them but with different types as their log formats are different.