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

single node example gives -log errors

Open WGandy opened this issue 3 years ago • 0 comments

It seems that some of the logging arguments are deprecated in newer versions of Cockroach?

Flag --logtostderr has been deprecated, use --log instead to specify 'sinks: {stderr: {filter: ...}}'. Flag --log-file-verbosity has been deprecated, use --log instead to specify 'file-defaults: {filter: ...}' ERROR: --log is incompatible with legacy discrete logging flags Failed running "start-single-node"

WGandy avatar Aug 10 '22 02:08 WGandy