mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Removed even more unused stuff, nolog intervel function, minor logging cleanup
This commit is contained in:
parent
19246d6931
commit
ea31d5c0f1
3 changed files with 15 additions and 98 deletions
|
@ -25,6 +25,7 @@ const httpsport = 8443
|
|||
const express = require('express')
|
||||
const vhost = require('vhost')
|
||||
const logger = require('./utils/logger.js')
|
||||
logger.setNoLogReadInterval()
|
||||
const utils = require('./utils/utils.js')
|
||||
const fs = require('fs')
|
||||
const http = require('http')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue