Commit ee9be2db authored by fendouai's avatar fendouai

change logging folder

parent b52d7285
......@@ -15,7 +15,7 @@ logger = logging.getLogger('jpush')
logging.basicConfig(level = logging.DEBUG,
format = '%(asctime)s %(filename)s[line:%(lineno)d] %(levelname)s %(message)s',
datefmt = '%a, %d %b %Y %H:%M:%S',
filename = 'log/jpush.log',
filename = 'jpush.log',
filemode = 'w')
class JPush(object):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment