mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Refactor StatusMessage and remove ExternalLogin
This commit is contained in:
@@ -207,6 +207,11 @@ namespace BTCPayServer.Configuration
|
||||
|
||||
LogFile = GetDebugLog(conf);
|
||||
if (!string.IsNullOrEmpty(LogFile))
|
||||
{
|
||||
if (!Path.IsPathRooted(LogFile))
|
||||
LogFile = Path.Combine(DataDir, LogFile);
|
||||
}
|
||||
if (!string.IsNullOrEmpty(LogFile))
|
||||
{
|
||||
Logs.Configuration.LogInformation("LogFile: " + LogFile);
|
||||
Logs.Configuration.LogInformation("Log Level: " + GetDebugLogLevel(conf));
|
||||
|
||||
Reference in New Issue
Block a user