Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix(shipyard-controller): Reduce log noise for sequence watcher compo…
Browse files Browse the repository at this point in the history
…nent (#5458)

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
bacherfl committed Oct 4, 2021
1 parent feec79e commit eb2ef25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shipyard-controller/handler/sequencewatcher.go
Expand Up @@ -86,7 +86,6 @@ func (sw *SequenceWatcher) cleanUpOrphanedTasksOfProject(project string) error {
if err != nil {
// events in the .triggered collection were stored in this format previously
fallbackTimeFormat := "2006-01-02T15:04:05.000000000Z"
log.WithError(err).Errorf("could not parse event timestamp of event with id %s. Trying to parse with format %s", event.ID, fallbackTimeFormat)
eventSentTime, err = time.Parse(fallbackTimeFormat, event.Time)
if err != nil {
log.WithError(err).Errorf("could not parse event timestamp of event with id %s.", event.ID)
Expand Down

0 comments on commit eb2ef25

Please sign in to comment.