Skip to content

Instantly share code, notes, and snippets.

@nidico
Forked from jordansissel/run-lamson.py
Last active December 14, 2015 10:59
Show Gist options
  • Save nidico/5076333 to your computer and use it in GitHub Desktop.
Save nidico/5076333 to your computer and use it in GitHub Desktop.
This runs `lamson log` without daemonizing itself
from lamson import server, routing, utils
import sys, os
import logging
settings = utils.make_fake_settings('127.0.0.1', 8825)
settings.receiver.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment