Skip to content

Commit 8d9f141

Browse files
committed
replace accidently removed logger setup.
1 parent 4348b44 commit 8d9f141

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

roundup/rest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
import traceback
1919
import re
2020

21+
import logging
22+
logger = logging.getLogger('roundup.rest')
23+
2124
try:
2225
# if dicttoxml installed in roundup directory, use it
2326
from roundup.dicttoxml import dicttoxml

0 commit comments

Comments
 (0)