Sign in
webkit
/
WebKit
/
1ecc8cf2a801fb679894030571af3eacc7ec0f8f
/
.
/
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'