Skip to content

Instantly share code, notes, and snippets.

@akadan47
Forked from nidico/lamson-logger.py
Last active August 29, 2015 14:12
Show Gist options
  • Save akadan47/188aa91489c61eb8228a to your computer and use it in GitHub Desktop.
Save akadan47/188aa91489c61eb8228a to your computer and use it in GitHub Desktop.
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