Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3.9 /
site-packages /
tuned /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-09-04 09:14
admin
[ DIR ]
drwxr-xr-x
2026-09-04 09:14
daemon
[ DIR ]
drwxr-xr-x
2026-09-04 09:14
exports
[ DIR ]
drwxr-xr-x
2026-09-04 09:14
hardware
[ DIR ]
drwxr-xr-x
2026-09-04 09:14
monitors
[ DIR ]
drwxr-xr-x
2026-09-04 09:14
plugins
[ DIR ]
drwxr-xr-x
2026-09-04 09:14
ppd
[ DIR ]
drwxr-xr-x
2026-09-04 09:14
profiles
[ DIR ]
drwxr-xr-x
2026-09-04 09:14
storage
[ DIR ]
drwxr-xr-x
2026-09-04 09:14
units
[ DIR ]
drwxr-xr-x
2026-09-04 09:14
utils
[ DIR ]
drwxr-xr-x
2026-09-04 09:14
__init__.py
953
B
-rw-r--r--
2026-02-22 19:49
consts.py
8.89
KB
-rw-r--r--
2026-07-21 16:54
exceptions.py
568
B
-rw-r--r--
2026-02-22 19:49
logs.py
3.75
KB
-rw-r--r--
2026-02-22 19:49
patterns.py
335
B
-rw-r--r--
2026-02-22 19:49
version.py
171
B
-rw-r--r--
2026-02-22 19:49
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)