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

More verbose logs

Open blmarket opened this issue 9 years ago • 0 comments

I've tried below commands

root@dc7534cbdde3:/usr/local/tomcat# curl "10386bb9a199.local"             
curl: (6) Could not resolve host: 10386bb9a199.local
root@dc7534cbdde3:/usr/local/tomcat# curl "10386bb9a199"      
curl: (6) Could not resolve host: 10386bb9a199

and docker-spy logs are like below

2015/02/27 08:38:00 No internal record found for 10386bb9a199.local.
2015/02/27 08:38:00 Only handling type A requests, skipping
2015/02/27 08:38:00 Only handling type A requests, skipping
2015/02/27 08:38:00 No internal record found for 10386bb9a199.local.
2015/02/27 08:38:00 Only handling type A requests, skipping
2015/02/27 08:38:00 Only handling type A requests, skipping
2015/02/27 08:38:00 No internal record found for 10386bb9a199.local.local.
2015/02/27 08:38:00 Only handling type A requests, skipping
2015/02/27 08:38:00 Only handling type A requests, skipping
2015/02/27 08:38:00 No internal record found for 10386bb9a199.local.local.
2015/02/27 08:38:00 Only handling type A requests, skipping
2015/02/27 08:38:00 Only handling type A requests, skipping
2015/02/27 08:38:00 No internal record found for 10386bb9a199.local.
2015/02/27 08:38:00 Only handling type A requests, skipping
2015/02/27 08:38:00 Only handling type A requests, skipping
2015/02/27 08:38:00 No internal record found for 10386bb9a199.local.
2015/02/27 08:38:00 Only handling type A requests, skipping
2015/02/27 08:38:00 Only handling type A requests, skipping
2015/02/27 08:38:00 Forwarding request to external recursor for: 10386bb9a199.
2015/02/27 08:38:00 Forwarding request to external recursor for: 10386bb9a199.

I have no idea about type of requests. (was that AAAA? idk...) would like to see logs for every request(type, domain name would be sufficient)

blmarket avatar Feb 27 '15 08:02 blmarket