mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
build: move log rotator code
This commit is contained in:
@@ -958,10 +958,11 @@ func loadConfig() (*config, error) {
|
||||
}*/
|
||||
|
||||
// Initialize logging at the default logging level.
|
||||
/*TODO(guggero) fix
|
||||
initLogRotator(
|
||||
filepath.Join(cfg.LogDir, defaultLogFilename),
|
||||
cfg.MaxLogFileSize, cfg.MaxLogFiles,
|
||||
)
|
||||
)*/
|
||||
|
||||
// Parse, validate, and set debug log level(s).
|
||||
/*TODO(guggero) fix
|
||||
|
Reference in New Issue
Block a user