Sign in
webkit
/
WebKit
/
987c9c4fb060cfd3a6fd05efa8323fb27085d2f0
/
.
/
Tools
/
BuildSlaveSupport
/
ews-app
/
ews
/
__init__.py
blob: 4db3c2d1b439f401aaee499a1b616b9c7b6e1702 [
file
] [
log
] [
blame
]
import
logging
logging
.
basicConfig
(
filename
=
'ews.log'
,
level
=
logging
.
INFO
,
format
=
'%(asctime)s - %(message)s'
)
default_app_config
=
'ews.apps.EwsConfig'