diff --git a/Libraries/SPTarkov.Server.Core/Services/PostDbLoadService.cs b/Libraries/SPTarkov.Server.Core/Services/PostDbLoadService.cs index aab4a7a3..a8e0132e 100644 --- a/Libraries/SPTarkov.Server.Core/Services/PostDbLoadService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/PostDbLoadService.cs @@ -155,7 +155,7 @@ public class PostDbLoadService( { if (achievements.Exists(a => a.Id == customAchievement.Id)) { - _logger.Warning( + _logger.Debug( $"Unable to add custom achievement as id: {customAchievement.Id} already exists" ); continue;