Commit 63f109b4 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Hackfest #1 - Mock OSM:

- Added logging basic config
parent 87817583
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
import cmd, logging
from .MockOSM import MockOSM

logging.basicConfig(level=logging.DEBUG)
LOGGER = logging.getLogger(__name__)
LOGGER.setLevel(logging.DEBUG)