From 3017b245c9275f910dff472ee5e7729625c4f913 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Thu, 28 Apr 2022 10:42:30 -0400 Subject: logging: Use `RedirectStdLog` to capture more stdlib logs (#4732) * logging: Use `RedirectStdLog` * .gitignore a file pattern that I'm constantly using for testing --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5322a53..e154526 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ _gitignore/ *.log Caddyfile +Caddyfile.* !caddyfile/ # artifacts from pprof tooling -- cgit v1.2.3