From 61c259e66a4ac51e6a62930a388047153b8dcf9c Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 29 Sep 2024 00:04:13 +0200 Subject: (promtail) timestamp formatting --- nix/hosts/corrino/www/promtail.emile.space.nix | 12 ++++++------ 1 file 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"; -- cgit 1.4.1