1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/cmd
Riccardo Colella 131bd617aa
[FEATURE] Customizable encoding of logging timestamp (#1808)
Objective of this commit is to allow logs to be more readable.

Default log ts encoding in the logger employed (zap) is unix time.
This leads to logs not much human-readable. This change introduces the
possibility to customize the ts with a set of preconfigured encodings:
one of 'epoch', 'millis', 'nano', 'iso8601', 'rfc3339' or 'rfc3339nano'

Default value does not change

Signed-off-by: RiccardoColella <colella.git@outlook.com>

Signed-off-by: RiccardoColella <colella.git@outlook.com>
2022-12-13 21:01:07 +01:00
..
certcontroller.go [FEATURE] Customizable encoding of logging timestamp (#1808) 2022-12-13 21:01:07 +01:00
root.go [FEATURE] Customizable encoding of logging timestamp (#1808) 2022-12-13 21:01:07 +01:00
webhook.go [FEATURE] Customizable encoding of logging timestamp (#1808) 2022-12-13 21:01:07 +01:00