mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-15 18:21:46 +02:00
Quiet logs
This commit is contained in:
@@ -99,7 +99,7 @@ export async function applyJSONBlueprint(
|
||||
source: "API"
|
||||
});
|
||||
} catch (error) {
|
||||
logger.error(`Failed to update database from config: ${error}`);
|
||||
logger.debug(`Failed to update database from config: ${error}`);
|
||||
return next(
|
||||
createHttpError(
|
||||
HttpCode.BAD_REQUEST,
|
||||
|
||||
Reference in New Issue
Block a user