docs(logger): 📝 Add console in logging setting keys

This commit is contained in:
Prashant Shahi 2022-04-07 19:05:23 +05:30 committed by GitHub
parent 23d36b3590
commit e62cd21241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -539,6 +539,7 @@ Keys:
- `errorlog` Error log file.
- `size` Size of the file. Applies to `log` and `errorlog`. Once the file reaches `size`, ClickHouse archives and renames it, and creates a new log file in its place.
- `count` The number of archived log files that ClickHouse stores.
- `console` Send `log` and `errorlog` to the console instead of file. To enable, set to `1` or `true`.
**Example**