Fix loggin dir

This commit is contained in:
Vladimir Stoilov
2024-12-12 16:33:02 +02:00
parent 0997f1ce26
commit fed64e6fbd
5 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ func (b *Base) Manager() *mgr.Manager {
// Start starts the module.
func (b *Base) Start() error {
startProfiling()
registerLogCleaner()
// registerLogCleaner()
return nil
}