mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![]() 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
|
||
---|---|---|
.. | ||
b2d_volume_images | ||
logging | ||
ambassador_pattern_linking.md | ||
b2d_volume_resize.md | ||
chef.md | ||
dsc.md | ||
formatting.md | ||
host_integration.md | ||
index.md | ||
live-restore.md | ||
menu.md | ||
puppet.md | ||
registry_mirror.md | ||
runmetrics.md | ||
systemd.md | ||
using_supervisord.md |