pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/37465?usp=email )
Change subject: dnsmasq: Log additional query info with --log-queries=extra ...................................................................... dnsmasq: Log additional query info with --log-queries=extra Related: SYS#7010 Change-Id: I445b7900769418d8f3958f37d0613283ca9a7b78 --- M dnsmasq/Dockerfile 1 file changed, 11 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/65/37465/1 diff --git a/dnsmasq/Dockerfile b/dnsmasq/Dockerfile index 5e00957..61cd94a 100644 --- a/dnsmasq/Dockerfile +++ b/dnsmasq/Dockerfile @@ -15,4 +15,4 @@ VOLUME /etc/dnsmasq -CMD ["/bin/sh", "-c", "dnsmasq -d -C /data/dnsmasq.conf >/data/dnsmasq.log 2>&1"] +CMD ["/bin/sh", "-c", "dnsmasq -d --log-queries=extra -C /data/dnsmasq.conf >/data/dnsmasq.log 2>&1"] -- To view, visit https://gerrit.osmocom.org/c/docker-playground/+/37465?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: I445b7900769418d8f3958f37d0613283ca9a7b78 Gerrit-Change-Number: 37465 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-MessageType: newchange
