📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: monolog.yaml
monolog: channels: - deprecation # Deprecations are logged in the dedicated "deprecation" channel when it exists - cpanel - ncApi - gatewayApi - domainListener - sync - runBackgroundHandler when@dev: monolog: handlers: main: type: stream path: "%kernel.logs_dir%/%kernel.environment%.log" level: debug channels: ["!event", "!deprecation"] formatter: monolog.formatter.json deprecation: type: stream path: "%kernel.logs_dir%/%kernel.environment%_deprecation.log" level: debug channels: ["deprecation"] formatter: monolog.formatter.json console: type: console process_psr_3_messages: false channels: ["!event", "!doctrine", "!console"] when@prod: monolog: handlers: main: type: stream path: "%kernel.logs_dir%/%kernel.environment%.log" level: info channels: [ "!event", "!deprecation" ] formatter: monolog.formatter.json deprecation: type: stream path: "%kernel.logs_dir%/%kernel.environment%_deprecation.log" level: info channels: [ "deprecation" ] formatter: monolog.formatter.json console: type: console level: info process_psr_3_messages: false channels: ["!event", "!doctrine", "!console"]
Save