zilliztech / milvus-backup

Backup and restore tool for Milvus
Apache License 2.0
137 stars 50 forks source link

[Enhancement]: Excessive log output during backup completion #460

Closed huanghaoyuanhhy closed 1 week ago

huanghaoyuanhhy commented 2 weeks ago

What would you like to be added?

Lower the log level of non-essential messages from info to debug to reduce the log volume during backup operations. This will help maintain more concise logs while allowing detailed output to be available when needed.

Why is this needed?

During the backup completion process, the system logs a significant number of messages. The volume of these logs scales proportionally with the number of collections being backed up, leading to overly verbose output. This can clutter logs and make it difficult to identify critical information.

Anything else?

No response