Skip to content

Instantly share code, notes, and snippets.

View mannysz's full-sized avatar

Emanuel de Souza mannysz

View GitHub Profile
@mannysz
mannysz / example_usage.py
Created July 7, 2016 01:44 — forked from bwhaley/example_usage.py
Python log handler for Sumo Logic HTTP source
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")

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: