Skip to content
Snippets Groups Projects
Commit c12d60f8 authored by joe's avatar joe
Browse files

adding creation of the logger facility

parent c58b2624
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ import sys
from noblogsmv import state
log = logging.getLogger('maps-diff')
MYSQL_URI_RE = re.compile(
r'^(\d+)\s+\S+\s+mysql://([^:]+):([^@]+)@([^:]+):(\d+)/(\S+)')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment