Compare commits

...

1 Commits

Author SHA1 Message Date
Bastin
e7b713d72f path for ephemeral log file 2026-01-26 19:48:09 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
### Ignored
- Added a field `path` for the ephemeral log file initialization log.

View File

@@ -103,7 +103,7 @@ func ConfigureEphemeralLogFile(datadirPath string, app string) error {
AllowedLevels: logrus.AllLevels[:ephemeralLogFileVerbosity+1],
})
logrus.Debug("Ephemeral log file initialized")
logrus.WithField("path", logFilePath).Debug("Ephemeral log file initialized")
return nil
}