Skip to content

Commit 2ff68c5

Browse files
committed
Updates
1 parent a87afaa commit 2ff68c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

com.playeveryware.eos/Runtime/Core/EOSManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,8 +756,8 @@ private void InitializeLogLevels()
756756
{
757757
SetLogLevel(LogCategory.AllCategories, LogLevel.Info);
758758
return;
759-
760759
}
760+
761761
for (int logCategoryIndex = 0; logCategoryIndex < logLevelList.Count; logCategoryIndex++)
762762
{
763763
SetLogLevel((LogCategory)logCategoryIndex, logLevelList[logCategoryIndex]);

com.playeveryware.eos/Runtime/Core/Utility/LogLevelUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static List<LogLevel> LogLevelList
5555
}
5656
catch (Exception exception)
5757
{
58-
Debug.LogWarning($"{exception}");
58+
Debug.LogException(exception);
5959
Debug.Log($"Exception when reading log level config, using default");
6060
return null;
6161
}

0 commit comments

Comments
 (0)