Feature: Exec action (#7)

* feat: implement exec action

* chore: change logs to trace

* refactor: extract from action
This commit is contained in:
Ludvig Lundgren 2021-08-15 02:40:38 +02:00 committed by GitHub
parent 4c19187a2f
commit 9eccc6b5e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 340 additions and 157 deletions

View file

@ -68,7 +68,7 @@ func (s *service) Parse(announceID string, msg string) error {
// no filter found, lets return
if foundFilter == nil {
log.Debug().Msg("no matching filter found")
log.Trace().Msg("no matching filter found")
return nil
}
announce.Filter = foundFilter