Skip to content

Commit 3671c1b

Browse files
committed
Change the log level for a line in the webhook function
1 parent 04a088f commit 3671c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions/notifiarrWebhook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default async function notifiarrWebhook(
1616
headers.set('X-api-key', config.userApiKey);
1717
headers.set('X-server', String(data.server));
1818

19-
logger.info('building webhook payload...');
19+
logger.debug('building webhook payload...');
2020

2121
const endpoint = data.event ? 'notification/discordApp' : 'user/keywords';
2222
try {

0 commit comments

Comments
 (0)