Skip to content

Commit

Permalink
Back to info logger
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Jun 13, 2018
1 parent 67fa188 commit 5bac718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ notifications:

env:
global:
- TYK_LOGLEVEL=debug
- TYK_LOGLEVEL=info

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion storage/redis_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ func (r RedisCluster) GetAndDeleteSet(keyName string) []interface{} {
return nil
}

log.Debug("Analytics returned: ", redVal)
log.Debug("Analytics returned: ", len(redVal))
if len(redVal) == 0 {
return nil
}
Expand Down

0 comments on commit 5bac718

Please sign in to comment.