As configured in my dotfiles.
start new:
tmux
start new with session name:
| import logging | |
| import logging.config | |
| import sumologger | |
| from sumologger import SumoHTTPHandler | |
| logging.config.dictConfig(sumologger.LOGGING) | |
| logger = logging.getLogger("sumologger") | |
| logger.debug("Nifty log message") |
As configured in my dotfiles.
start new:
tmux
start new with session name: