mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Removed loglevel logging in logger.js, minor fixes
This commit is contained in:
parent
ada189a7d8
commit
723338b40e
2 changed files with 3 additions and 2 deletions
|
@ -47,11 +47,10 @@ const uvStatsFile = 'stats/uvstats'
|
|||
const nologFile = './nolog'
|
||||
|
||||
const colors = ['green', 'red', 'yellow', 'blue', 'magenta', 'cyan']
|
||||
let logFileName = getDayString()
|
||||
var logFileName = getDayString()
|
||||
|
||||
const writeInterval = 10
|
||||
const debugLevel = parseInt(process.env.NS_LOGLEVEL) || 0
|
||||
Log('Loglevel is: ' + debugLevel)
|
||||
|
||||
let data = {} // visit data
|
||||
let vData = {} // visit data, but daily
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue