debug: enable verbose logging in presenter load function

- Increased 'log_lvl' to 2 in the presenter's SvelteKit load function to track data revalidation and ID mapping.
This commit is contained in:
Scott Idem
2026-02-06 18:12:08 -05:00
parent 136afdd8f8
commit a6d9060422

View File

@@ -45,7 +45,8 @@ export async function load({ params, parent }) {
enabled: 'all',
hidden: 'all',
limit: 150,
try_cache: true
try_cache: true,
log_lvl: 2
});
}