On https://cloud.google.com/dns/docs/monitoring documentation page there is a command to enable GCP DNS query logging that does not work:
gcloud dns managed-zones update zonename --log-dns-queries
When command from documentation is issued following error message is displayed:
ERROR: (gcloud.dns.managed-zones.update) unrecognized arguments: --enable-logging
Is it possible on GCP to turn on logging for an existing public managed zone using the dns managed-zones update command?