mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Logging user id in idstats
This commit is contained in:
parent
814d38dc8d
commit
8a47792bde
3 changed files with 4 additions and 8 deletions
|
@ -171,9 +171,6 @@ Object.keys(modules).forEach(function(k, i) {
|
|||
}
|
||||
})
|
||||
|
||||
const locLogFile = './stats/logs'
|
||||
const allLogFile = '/nlogs/log'
|
||||
|
||||
// https://certbot.eff.org/
|
||||
const privkeyFile = '/etc/letsencrypt/live/frylabs.net/privkey.pem'
|
||||
const fullchainFile = '/etc/letsencrypt/live/frylabs.net/fullchain.pem'
|
||||
|
@ -255,8 +252,6 @@ function LogTimerAction() {
|
|||
'==================================================================================================================================================='
|
||||
logger.Log(line)
|
||||
logger.setNewLogfileName()
|
||||
utils.AppendToFile(line, locLogFile)
|
||||
utils.AppendToFile(line, allLogFile)
|
||||
}
|
||||
|
||||
logger.Log('Node version: ' + process.version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue