Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3b76b2

Browse files
mixjaMisty Stanley-Jones
authored andcommitted
Fix incorrect regular expression in awslogs example (docker#3757)
Signed-off-by: Justin Menga <[email protected]>
1 parent 8a79117 commit b3b76b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/admin/logging/awslogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ INFO Another multiline message was logged
199199
INFO Another message was logged
200200
```
201201

202-
You can use the strftime expression of `[%b %d, %Y %H:%M:%S]`:
202+
You can use the regular expression of `^INFO`:
203203

204204
```bash
205205
$ docker run --log-driver=awslogs \

0 commit comments

Comments
 (0)