Fix incorrect regular expression in awslogs example (#3757)

Signed-off-by: Justin Menga <justin.menga@gmail.com>
This commit is contained in:
Justin Menga 2017-07-01 11:41:49 +12:00 committed by Misty Stanley-Jones
parent 8a791172a5
commit b3b76b2293
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ INFO Another multiline message was logged
INFO Another message was logged
```
You can use the strftime expression of `[%b %d, %Y %H:%M:%S]`:
You can use the regular expression of `^INFO`:
```bash
$ docker run --log-driver=awslogs \