put logs in log file

This commit is contained in:
RockYang
2023-07-20 16:36:12 +08:00
parent 37222f07d9
commit d24b3c46bf
4 changed files with 55 additions and 16 deletions

View File

@@ -37,6 +37,7 @@ require (
golang.org/x/text v0.9.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)