remove test log message
This commit is contained in:
@@ -54,7 +54,6 @@ app.get('/health', (req, res) => {
|
|||||||
|
|
||||||
// use REDIS INCR to track anonymous users
|
// use REDIS INCR to track anonymous users
|
||||||
app.get('/uniqueid', (req, res) => {
|
app.get('/uniqueid', (req, res) => {
|
||||||
req.log.error('Unique ID test');
|
|
||||||
// get number from Redis
|
// get number from Redis
|
||||||
redisClient.incr('anonymous-counter', (err, r) => {
|
redisClient.incr('anonymous-counter', (err, r) => {
|
||||||
if(!err) {
|
if(!err) {
|
||||||
|
Reference in New Issue
Block a user