added simple log rotator

This commit is contained in:
2026-03-24 10:51:00 +02:00
parent b443292720
commit 6f66d14329
7 changed files with 44 additions and 10 deletions

10
app/config/variant.go Normal file
View File

@@ -0,0 +1,10 @@
package config
const (
confdirPath = "/home/ziggi/Projects/sys2agent/etc/minilb"
rundirPath = "/home/ziggi/Projects/sys2agent/tmp/run"
logdirPath = "/home/ziggi/Projects/sys2agent/tmp/log"
datadirPath = "/home/ziggi/Projects/sys2agent/tmp/data"
packageVersion = "0.0.1"
)