mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 17:22:04 -07:00
Writing debugging to the logger
This commit is contained in:
@@ -77,7 +77,7 @@ class RateLimits {
|
||||
// jwtOptions
|
||||
// )
|
||||
|
||||
console.log(`Last three letters of token secret: ${config.apiTokenSecret.slice(-3)}`)
|
||||
wlogger.info(`Last three letters of token secret: ${config.apiTokenSecret.slice(-3)}`)
|
||||
decoded = _this.jwt.verify(req.locals.jwtToken, config.apiTokenSecret)
|
||||
// console.log(`decoded: ${JSON.stringify(decoded, null, 2)}`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user