pingcap / tidb-docker-compose

Apache License 2.0
351 stars 155 forks source link

Use `log.level` instead of `log-level` #112

Closed yahonda closed 2 years ago

yahonda commented 2 years ago

This commit addresses these warning/error.

% docker-compose up
... snip ...
tikv0_1           | deprecated configuration, log-level has been moved to log.level
tikv0_1           | override log.level with log-level, Error

log.level is available for TiDB 5.4 which is resolved as the latest tag via https://github.com/tikv/tikv/pull/11808

yahonda commented 2 years ago

@dveeden Can I get your review for this pull request?

yahonda commented 2 years ago

Thanks for the review I was misunderstanding how log.level means.