mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Reduce a log level
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Tgstation.Server.Host.Core
|
||||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
logger.LogWarning("Unable to get process {0}! Exception: {1}", id, e);
|
||||
logger.LogDebug("Unable to get process {0}! Exception: {1}", id, e);
|
||||
return null;
|
||||
}
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user