소스 검색

Merge pull request #26712 from BlueMonday/master

Fix regex for the json-file logger opts in overview.md
Sebastiaan van Stijn 9 년 전
부모
커밋
772db11fd0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/admin/logging/overview.md

+ 2 - 2
docs/admin/logging/overview.md

@@ -71,8 +71,8 @@ This adds additional fields to the log depending on the driver, e.g. for
 The following logging options are supported for the `json-file` logging driver:
 
 ```bash
---log-opt max-size=[0-9+][k|m|g]
---log-opt max-file=[0-9+]
+--log-opt max-size=[0-9]+[kmg]
+--log-opt max-file=[0-9]+
 --log-opt labels=label1,label2
 --log-opt env=env1,env2
 ```