TimothyYe / godns

A dynamic DNS client tool that supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go.
https://timothyye.github.io/godns/
Apache License 2.0
1.51k stars 224 forks source link

no log? I start the docker and nothing happen. #17

Closed FisherMS closed 6 years ago

FisherMS commented 6 years ago

I check the log file :/var/lib/docker/containers/a9572ee726a5ca500857f03eae9a9078df707f164457006d0e9accca5c6da776/a9572ee726a5ca500857f03eae9a9078df707f164457006d0e9accca5c6da776-json.log

and there is nothing.

TimothyYe commented 6 years ago

Maybe log file is generated in the docker container... Please refer to #16, I plan to use stdout instead of the log file in the next release.

TimothyYe commented 6 years ago

You can go into the container: docker exec -it DOCKER_NAME /bin/sh There may be a log file inside the docker container.

TimothyYe commented 6 years ago

V1.5 is released, now stdout is the default log output. You can use docker logs to get it.

Please refer to https://github.com/TimothyYe/godns/releases/tag/V1.5