🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 17:37:33 | PHP 8.1.34
📂
/ (Root)
/
usr
/
share
/
passenger
/
node
/
vendor-copy
/
winston
/
lib
/
winston
/
config
📍 /usr/share/passenger/node/vendor-copy/winston/lib/winston/config
🔄 Refresh
✏️
Editing: cli-config.js
Read Only
/* * 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' };
💾 Save Changes
❌ Cancel