OXIESEC PANEL
- Current Dir:
/
/
opt
/
passenger
/
src
/
nodejs_supportlib
/
vendor-copy
/
winston
/
lib
/
winston
/
config
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/21/2025 06:53:57 AM
rwxr-xr-x
📄
cli-config.js
499 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
npm-config.js
370 bytes
07/09/2025 07:27:24 PM
rw-r--r--
📄
syslog-config.js
441 bytes
07/09/2025 07:27:24 PM
rw-r--r--
Editing: cli-config.js
Close
/* * cli-config.js: Config that conform to commonly used CLI logging levels. * * (C) 2010 Charlie Robbins * MIT LICENCE * */ var cliConfig = exports; cliConfig.levels = { error: 0, warn: 1, help: 2, data: 3, info: 4, debug: 5, prompt: 6, verbose: 7, input: 8, silly: 9, }; cliConfig.colors = { error: 'red', warn: 'yellow', help: 'cyan', data: 'grey', info: 'green', debug: 'blue', prompt: 'grey', verbose: 'cyan', input: 'grey', silly: 'magenta' };