mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Moved nolog file to data folder
This commit is contained in:
parent
e2c15f8445
commit
b4106e2783
2 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,7 @@ const statFile = 'stats/stats'
|
|||
const vStatFile = 'stats/vstats'
|
||||
const uStatsFile = 'stats/ustats'
|
||||
const uvStatsFile = 'stats/uvstats'
|
||||
const nologFile = './nolog'
|
||||
const nologFile = './data/nolog'
|
||||
|
||||
const colors = ['green', 'red', 'yellow', 'blue', 'magenta', 'cyan']
|
||||
const logFileName = 'log'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue