mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-22 03:37:43 +00:00
chill logging
This commit is contained in:
parent
6edb220d84
commit
ee29fccaf9
2 changed files with 2 additions and 2 deletions
|
@ -337,7 +337,7 @@ func (sc *subredditsConsumer) Consume(delivery rmq.Delivery) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
sc.logger.Info("matched post",
|
sc.logger.Debug("matched post",
|
||||||
zap.Int64("subreddit#id", id),
|
zap.Int64("subreddit#id", id),
|
||||||
zap.String("subreddit#name", subreddit.NormalizedName()),
|
zap.String("subreddit#name", subreddit.NormalizedName()),
|
||||||
zap.Int64("watcher#id", watcher.ID),
|
zap.Int64("watcher#id", watcher.ID),
|
||||||
|
|
|
@ -141,7 +141,7 @@ services:
|
||||||
- type: worker
|
- type: worker
|
||||||
name: worker.watcher.subreddits
|
name: worker.watcher.subreddits
|
||||||
env: go
|
env: go
|
||||||
plan: starter plus
|
plan: standard
|
||||||
envVars:
|
envVars:
|
||||||
- fromGroup: env-settings
|
- fromGroup: env-settings
|
||||||
- key: BUGSNAG_APP_TYPE
|
- key: BUGSNAG_APP_TYPE
|
||||||
|
|
Loading…
Reference in a new issue