Skip to content

Commit

Permalink
fix log page
Browse files Browse the repository at this point in the history
  • Loading branch information
ginuerzh committed Dec 19, 2023
1 parent 916f520 commit 9938e39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ log:
`compress` (bool, default=false)
: 备份文件是否(使用gzip)压缩。

# 日志记录器
## 日志记录器

日志记录器是一个日志记录实例的配置定义,除了默认的全局日志记录外,可以额外再定义任意多个不同的日志记录实例。

Expand Down Expand Up @@ -130,7 +130,7 @@ loggers:
compress: false
```

## 日志记录器组
### 日志记录器组

也可以通过日志记录器组来组合使用多个日志记录器。

Expand Down
4 changes: 2 additions & 2 deletions en/docs/tutorials/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Logs can be split, backed up and compressed by configuring the `rotation` option
`compress` (bool, default=false)
: Determines if the rotated log files should be compressed using gzip. The default is not to perform compression.

# Logger
## Logger

A logger is a configuration definition of a logging instance. In addition to the default global logging, any number of different logging instances can be defined.

Expand Down Expand Up @@ -130,7 +130,7 @@ loggers:
compress: false
```

## Logger Group
### Logger Group

Multiple loggers can also be combined through logger group.

Expand Down

0 comments on commit 9938e39

Please sign in to comment.