diff --git a/lib/config/presets/index.ts b/lib/config/presets/index.ts
index 2d2e44fb5968c9535fdf45be426bf17b2a00bbdf..dbd9b69bb0f914fd59215416fbc848b4f400b88a 100644
--- a/lib/config/presets/index.ts
+++ b/lib/config/presets/index.ts
@@ -225,7 +225,10 @@ export async function resolveConfigPresets(
             error.validationError +=
               '. Note: this is a *nested* preset so please contact the preset author if you are unable to fix it yourself.';
           }
-          logger.info('Throwing preset error');
+          logger.info(
+            { validationError: error.validationError },
+            'Throwing preset error'
+          );
           throw error;
         }
         const presetConfig = await resolveConfigPresets(