sameersbn / docker-bind

Dockerize BIND DNS server with webmin for DNS administration
MIT License
919 stars 333 forks source link

add env "BIND_LOG_STDERR" to control log #113

Open WindoC opened 3 years ago

WindoC commented 3 years ago

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.