Dumpling is a fast, easy-to-use tool written by Go for dumping data from the database(MySQL, TiDB...) to local/cloud(S3, GCP...) in multifarious formats(SQL, CSV...).
Apache License 2.0
281
stars
85
forks
source link
there's info level log on the console with config: --loglevel "fatal" --logfile "/xx/xx" #269
What did you expect to see?
if there's no log above the fatal level, there shouldn't be any log except some necessary information.the info on the console and written in the log file should be consistent.
What did you see instead?
Versions of the cluster
Dumpling version (run dumpling -V):
Release version: v5.0.0-nightly
Git commit hash: a0bbe7c67b41dfcfa2cedfd97ddde956863b35ef
Git branch: heads/refs/tags/v5.0.0-nightly
Build timestamp: 2021-03-29 02:46:06Z
Go version: go version go1.13 linux/amd64
Source database version (execute SELECT version(); in a MySQL client):
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error.
What did you expect to see? if there's no log above the fatal level, there shouldn't be any log except some necessary information.the info on the console and written in the log file should be consistent.
What did you see instead?
Versions of the cluster
Dumpling version (run
dumpling -V
):Source database version (execute
SELECT version();
in a MySQL client):