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: syslog-config.js
Close
/* * syslog-config.js: Config that conform to syslog logging levels. * * (C) 2010 Charlie Robbins * MIT LICENCE * */ var syslogConfig = exports; syslogConfig.levels = { emerg: 0, alert: 1, crit: 2, error: 3, warning: 4, notice: 5, info: 6, debug: 7 }; syslogConfig.colors = { emerg: 'red', alert: 'yellow', crit: 'red', error: 'red', warning: 'red', notice: 'yellow', info: 'green', debug: 'blue' };