diff options
author | Francis Lavoie <lavofr@gmail.com> | 2022-04-28 10:42:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 08:42:30 -0600 |
commit | 3017b245c9275f910dff472ee5e7729625c4f913 (patch) | |
tree | b73ba1566c960e2549baa52937cf120737f3a7bc /.gitignore | |
parent | 2e4c09155a750895a306f8900a6d5f4597db5287 (diff) |
logging: Use `RedirectStdLog` to capture more stdlib logs (#4732)
* logging: Use `RedirectStdLog`
* .gitignore a file pattern that I'm constantly using for testing
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ _gitignore/ *.log Caddyfile +Caddyfile.* !caddyfile/ # artifacts from pprof tooling |