Skip to content

Commit e994528

Browse files
committed
Log LogPath
1 parent f6cd719 commit e994528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceControl.Infrastructure/LoggingConfigurator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public static void ConfigureLogging(LoggingSettings loggingSettings)
9191
var logEventInfo = new LogEventInfo { TimeStamp = DateTime.UtcNow };
9292
var loggingTo = AppEnvironment.RunningInContainer ? "console" : fileTarget.FileName.Render(logEventInfo);
9393
logger.InfoFormat("Logging to file://{0} with LogLevel '{1}'", loggingTo, loggingSettings.LogLevel.Name);
94+
logger.InfoFormat("LogPath: file://{0}", loggingSettings.LogPath);
9495
}
9596

9697
const long megaByte = 1024 * 1024;

0 commit comments

Comments
 (0)