Skip to content

Commit

Permalink
Info by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Feb 25, 2024
1 parent 9ac557e commit e992bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/variables.js
Expand Up @@ -171,7 +171,7 @@ const processPendingUpdates = function () {

redis.set(topic, message)
} else {
logging.info('setting: ' + topic + ' to: ' + message)
logging.debug('setting: ' + topic + ' to: ' + message)
redis.set(topic, message, 'EX', (timeToExpire * 60)) // redis takes seconds
}
})
Expand Down

0 comments on commit e992bc7

Please sign in to comment.