mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27: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
|
||||
}
|
||||
|
||||
sc.logger.Info("matched post",
|
||||
sc.logger.Debug("matched post",
|
||||
zap.Int64("subreddit#id", id),
|
||||
zap.String("subreddit#name", subreddit.NormalizedName()),
|
||||
zap.Int64("watcher#id", watcher.ID),
|
||||
|
|
|
@ -141,7 +141,7 @@ services:
|
|||
- type: worker
|
||||
name: worker.watcher.subreddits
|
||||
env: go
|
||||
plan: starter plus
|
||||
plan: standard
|
||||
envVars:
|
||||
- fromGroup: env-settings
|
||||
- key: BUGSNAG_APP_TYPE
|
||||
|
|
Loading…
Reference in a new issue