bitpoke / mysql-operator

Asynchronous MySQL Replication on Kubernetes using Percona Server and Openark's Orchestrator.
https://www.bitpoke.io/docs/mysql-operator/getting-started/
Apache License 2.0
1.03k stars 275 forks source link

Allow orchestrator log level setting #891

Closed drivebyer closed 1 year ago

drivebyer commented 1 year ago

closes/fixes #xyz

For orchestrator, the -quiet flag will alway override value in config file, see:

https://github.com/openark/orchestrator/blob/c846d43668239cad384dc31b9255a3ade3a35001/go/cmd/orchestrator/main.go#L123C13-L126

In operator, the -quiet flag is setted by default. If we set Debug: true in orchstrator.json, that's not take effect.


drivebyer commented 1 year ago

PTAL @calind @cndoit18

drivebyer commented 1 year ago

ready to merge plz @cndoit18