diff options
author | Emile <git@emile.space> | 2024-09-29 00:04:13 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-09-29 00:04:13 +0200 |
commit | 61c259e66a4ac51e6a62930a388047153b8dcf9c (patch) | |
tree | feeb86f3f56f374462f0b2e0a86ce520e09fe0ef | |
parent | 501092d20ac9cd8d545b5d5964235ad65bbb89f4 (diff) |
(promtail) timestamp formatting
-rw-r--r-- | nix/hosts/corrino/www/promtail.emile.space.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nix/hosts/corrino/www/promtail.emile.space.nix b/nix/hosts/corrino/www/promtail.emile.space.nix index 7205bf9..654414c 100644 --- a/nix/hosts/corrino/www/promtail.emile.space.nix +++ b/nix/hosts/corrino/www/promtail.emile.space.nix @@ -86,12 +86,12 @@ http_user_agent = null; }; } - # { - # timestamp = { - # source = "time_local"; - # format = "02/Jan/2006:15:04:05 -0700"; - # }; - # } + { + timestamp = { + source = "time_local"; + format = "02/Jan/2006:15:04:05 -0700"; + }; + } { drop = { source = "url"; |