enhanced the logger with file logging and rotation

This commit is contained in:
2024-12-15 15:07:35 +09:00
parent bc9a40106c
commit 8cab165cc4
7 changed files with 216 additions and 87 deletions

View File

@ -27,6 +27,7 @@ CMD_DATA=\
CMD_SRCS=\
cmd/config.go \
cmd/logger.go \
cmd/main.go \
all: $(NAME)