actions-runner-controller/logging
Yusuke Kuoka 301439b06a
chore: Change log ts format to RFC3339 (#1191)
The TimeEncoder for zap seems to have been set to EpochTimeEncoder which is the default and it was not very readable. Changing it to a TimeEncoderOfLayout(time.RFC3339) for readability.

Another benefit of doing this is the ts format is now consistent with various timestamps ARC put into pod and other custom resource annotations.
2022-03-08 10:34:52 +09:00
..
logger.go chore: Change log ts format to RFC3339 (#1191) 2022-03-08 10:34:52 +09:00
transport.go Add logging transport to log HTTP requests in log level -3 2022-02-19 12:22:53 +00:00