Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/master/github.com/mr…
Browse files Browse the repository at this point in the history
…z1836/go-datastore-0.5.13
  • Loading branch information
jakubmkowalski authored Feb 12, 2024
2 parents a320b91 + cf84fde commit 85561ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "On pull request"

on:
pull_request_target:
types:
- labeled
- unlabeled
- opened

permissions:
pull-requests: write

jobs:
on-pr:
uses: bactions/workflows/.github/workflows/on-pull-request.yml@main
2 changes: 0 additions & 2 deletions logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ func CreateLogger(instanceName, format, level string, logOrigin bool) (*zerolog.
logger = ecszerolog.New(writer, logLevel, origin).
With().
Str("application", instanceName).
Str("service", "bux-server").
Logger()
} else {
logger = ecszerolog.New(writer, logLevel).
With().
Str("application", instanceName).
Str("service", "bux-server").
Logger()
}

Expand Down

0 comments on commit 85561ac

Please sign in to comment.