Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
TentaLog is a logging library on top of the default logging library in Python.
tentacle = Tentacle(path='myconf.yaml')version: 1
disable_existing_loggers: false
formatters:
defaultFormatter:
format: '%(asctime)s - %(filename)s - %(levelname)s - %(name)s - %(message)s'
handlers:
console:
class: logging.StreamHandler
level: DEBUG
formatter: defaultFormatter
file:
class: logging.handlers.TimedRotatingFileHandler
level: INFO
formatter: defaultFormatter
filename: ./logs/log.log
when: midnight
interval: 15
backupCount: 0
loggers:
root:
level: DEBUG
handlers: [console, file]
propagate: no
coloredlogs:
active: true
formatter: defaultFormattermklink shellbin.exe "C:\<YOUR_DOWNLOAD_FOLDER>\shellbin.exe"chmod +x ./shellbin
sudo ./shellbin symlink$ ls -la | shellbin





