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:
@@ -45,7 +45,8 @@ export async function load({ params, parent }) {
|
|||||||
enabled: 'all',
|
enabled: 'all',
|
||||||
hidden: 'all',
|
hidden: 'all',
|
||||||
limit: 150,
|
limit: 150,
|
||||||
try_cache: true
|
try_cache: true,
|
||||||
|
log_lvl: 2
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user