1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/admin/logging
Steven Erenst ddc58225f3
Fix regex for the json-file logger opts in overview.md
The regex used to describe the max-file and max-size logging options for
the json-file logger were incorrect. The regexes would only match a
single character (a digit or a literal +). Instead the regexes should
match 1 or more digits.

The character class for the units of the max-size also included a pipe
which meant that the regex would match 1| instead of only matching 1m,
1k, and 1g.

Signed-off-by: Steven Erenst <stevenerenst@gmail.com>
(cherry picked from commit e9a9015e38)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-09-29 14:27:21 +02:00
..
awslogs.md Merge pull request #25996 from yuexiao-wang/fix-docker-daemon 2016-09-06 11:06:57 -07:00
etwlogs.md cleanup logging driver documentation 2016-06-01 13:18:25 +02:00
fluentd.md Merge pull request #26080 from sw-double/patch-1 2016-09-06 11:31:19 -07:00
gcplogs.md Merge pull request #25996 from yuexiao-wang/fix-docker-daemon 2016-09-06 11:06:57 -07:00
index.md Merge pull request #26036 from yuexiao-wang/add-gcplog 2016-09-06 11:30:46 -07:00
journald.md Merge pull request #25996 from yuexiao-wang/fix-docker-daemon 2016-09-06 11:06:57 -07:00
log_tags.md cleanup logging driver documentation 2016-06-01 13:18:25 +02:00
overview.md Fix regex for the json-file logger opts in overview.md 2016-09-29 14:27:21 +02:00
splunk.md Merge pull request #25996 from yuexiao-wang/fix-docker-daemon 2016-09-06 11:06:57 -07:00