Skip to content

Commit

Permalink
Merge pull request #27 from kimdre/fix/adjust-log
Browse files Browse the repository at this point in the history
fix: remove attribute from log
  • Loading branch information
kimdre authored Jul 30, 2024
2 parents 1cb53bf + 982d94b commit 33de5c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/docker-compose-webhook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@ func main() {

jobLog.Info(
"project deployment successful",
slog.String("repository", event.Repository.FullName),
slog.Group("compose_files", slog.Any("files", deployConfig.ComposeFiles)))
slog.String("repository", event.Repository.FullName))

// Respond with a 204 No Content status
w.WriteHeader(http.StatusNoContent)
Expand Down

0 comments on commit 33de5c5

Please sign in to comment.