[MDEV-25765] Mariabackup reduced verbosity option for log output. Created: 2021-05-24 Updated: 2023-10-19 Resolved: 2023-01-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.5.10, 10.7.3 |
| Fix Version/s: | 10.11.3, 10.5.20, 10.6.13, 10.8.8, 10.9.6, 10.10.4 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Juan | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Customer requests an ability to diminish log output form default on MariaBackup, so a less-verbose option, to suppress 1/sec progress lines when applying log, for example. The main goal would be to keep the backup log more compact. |
| Comments |
| Comment by Sergei Golubchik [ 2022-04-23 ] |
|
may be it'd be better to add a --silent or --quiet mode, and not change the default behavior |
| Comment by Ralf Gebhardt [ 2022-04-25 ] |
|
serg, I thought so too. But according to vlad.lesin --log-copy-interval is writing a log entry for every check, which is by default once per second. From my point of view this should always have been only done with --verbose. |
| Comment by Sergei Golubchik [ 2022-04-25 ] |
|
ralf.gebhardt@mariadb.com, I tend to agree with that. |
| Comment by Alexander Barkov [ 2022-11-14 ] |
|
Hello serg, Please review a patch: |
| Comment by Sergei Golubchik [ 2023-01-06 ] |
|
ok to push |