We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a088f commit 3671c1bCopy full SHA for 3671c1b
src/functions/notifiarrWebhook.ts
@@ -16,7 +16,7 @@ export default async function notifiarrWebhook(
16
headers.set('X-api-key', config.userApiKey);
17
headers.set('X-server', String(data.server));
18
19
- logger.info('building webhook payload...');
+ logger.debug('building webhook payload...');
20
21
const endpoint = data.event ? 'notification/discordApp' : 'user/keywords';
22
try {
0 commit comments