-
-
Save nidico/5076333 to your computer and use it in GitHub Desktop.
This runs `lamson log` without daemonizing itself
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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