Skip to content

Commit fc843f0

Browse files
committed
fix example
1 parent 4a5bca7 commit fc843f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom/conf/app.example.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ ROUTER = console
582582
;; * E.g:
583583
;; * In reuqest Header: X-Request-ID: test-id-123
584584
;; * Configuration in app.ini: REQUEST_ID_HEADERS = X-Request-ID
585-
;; * Print in log: 127.0.0.1:58384 - - [14/Feb/2023:16:33:51 +0800] "test-id-123"
585+
;; * Print in log: 127.0.0.1:58384 - - [14/Feb/2023:16:33:51 +0800] "test-id-123"
586586
;;
587587
;; If you configure more than one in the .ini file, it will match in the order of configuration,
588588
;; and the first match will be finally printed in the log.

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ Default templates for project boards:
886886
- e.g.
887887
- In the Request Header: X-Request-ID: **test-id-123**
888888
- Configuration in app.ini: REQUEST_ID_HEADERS = X-Request-ID
889-
- Print in log: 127.0.0.1:58384 - - [14/Feb/2023:16:33:51 +0800] "**test-id-123**" ...
889+
- Print in log: 127.0.0.1:58384 - - [14/Feb/2023:16:33:51 +0800] "**test-id-123**" ...
890890

891891
### Log subsections (`log.name`, `log.name.*`)
892892

docs/content/doc/advanced/config-cheat-sheet.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ test01.xls: application/vnd.ms-excel; charset=binary
277277
- 示例:
278278
- 请求头: X-Request-ID: **test-id-123**
279279
- 配置文件: REQUEST_ID_HEADERS = X-Request-ID
280-
- 日志输出: 127.0.0.1:58384 - - [14/Feb/2023:16:33:51 +0800] "**test-id-123**" ...
280+
- 日志输出: 127.0.0.1:58384 - - [14/Feb/2023:16:33:51 +0800] "**test-id-123**" ...
281281

282282
## Cron (`cron`)
283283

0 commit comments

Comments
 (0)