Set up structured logging and Lumberjack log rotation

This commit is contained in:
henk
2026-05-15 12:36:30 +02:00
parent e0800a6a6b
commit 1254f70a5f
3 changed files with 39 additions and 1 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module git.systemact.nl/henk/mars-terraform-registry
go 1.26.2
require gopkg.in/natefinch/lumberjack.v2 v2.2.1