moby/daemon/logger/loggerutils
Eng Zer Jun a916414b0b refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated in Go 1.16. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
(cherry picked from commit c55a4ac779)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-24 16:11:55 -05:00
..
cache Handle long log messages correctly on SizedLogger 2021-02-17 21:19:02 +01:00
file_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
file_windows.go Fix windows log file rotation with readers 2020-10-29 18:38:30 +00:00
file_windows_test.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00
follow.go daemon/logger: refactor followLogs to write more unit tests 2022-01-20 09:40:16 +01:00
follow_test.go daemon/logger: replace flaky TestFollowLogsHandleDecodeErr 2022-01-20 09:40:19 +01:00
log_tag.go Add canonical import comment 2018-02-05 16:51:57 -05:00
log_tag_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
logfile.go daemon/logger: refactor followLogs to write more unit tests 2022-01-20 09:40:16 +01:00
logfile_test.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00