added simple log rotator
This commit is contained in:
10
app/config/variant.go
Normal file
10
app/config/variant.go
Normal 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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user