docker-bind icon indicating copy to clipboard operation
docker-bind copied to clipboard

add env "BIND_LOG_STDERR" to control log

Open WindoC opened this issue 3 years ago • 0 comments

named start with -g force all log output to STDERR. That is good for using "docker logs" to view log but it makes the named can't write log to file. This change adds env "BIND_LOG_STDERR=false" so you can use -f to start named to allow to log to file.

WindoC avatar Apr 22 '21 06:04 WindoC