Setting priority to "notice"

This commit is contained in:
Michael 2020-08-16 18:07:36 +00:00
parent 112dd37a09
commit c4aebffd3b
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ class Feed
}
if ($contact['priority'] != $priority) {
Logger::info('Adjusting priority', ['old' => $contact['priority'], 'new' => $priority, 'id' => $contact['id'], 'uid' => $contact['uid'], 'url' => $contact['url']]);
Logger::notice('Adjusting priority', ['old' => $contact['priority'], 'new' => $priority, 'id' => $contact['id'], 'uid' => $contact['uid'], 'url' => $contact['url']]);
}
}