Mercurial > code > home > repos > homeauto
changeset 1008:084f95932677
dhcp logging onn
Ignore-this: b9dfc474812e5194bfbf56d758ef93fb
darcs-hash:20151004111858-312f9-e0afcc9578939f1e73bac831c9bb427da325affd
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 04 Oct 2015 04:18:58 -0700 |
parents | 6c30561d7d30 |
children | 0ce7cd91111a |
files | service/dhcpleases/dhcpleases.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/service/dhcpleases/dhcpleases.py Sun Oct 04 04:18:16 2015 -0700 +++ b/service/dhcpleases/dhcpleases.py Sun Oct 04 04:18:58 2015 -0700 @@ -49,8 +49,8 @@ config = { 'servePort' : 9073, } - #from twisted.python import log as twlog - #twlog.startLogging(sys.stdout) + from twisted.python import log as twlog + twlog.startLogging(sys.stdout) #log.setLevel(10) #log.setLevel(logging.DEBUG)