docs(logging): fix invalid key log_file (#2226)

A small fix to the documentation regarding migrating configuration.
pull/2224/head^2
James Elliott 2021-08-03 10:44:21 +10:00 committed by GitHub
parent ec2fc27910
commit 942fd69776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -32,15 +32,15 @@ in version 4.30.0, it will remain as a warning for 4.30.x, 4.31.x, and 4.32.x; t
The following changes occurred in 4.30.0:
|Previous Key|New Key |
|:----------:|:--------------------:|
|host |server.host |
|port |server.port |
|tls_key |server.tls.key |
|tls_cert |server.tls.certificate|
|log_level |log.level |
|log_file |log.file |
|log_format |log.format |
|Previous Key |New Key |
|:-----------:|:--------------------:|
|host |server.host |
|port |server.port |
|tls_key |server.tls.key |
|tls_cert |server.tls.certificate|
|log_level |log.level |
|log_file_path|log.file_path |
|log_format |log.format |
### 4.25.0