Statistics
| Branch: | Revision:

root / txapp / log.py @ 8:92f04bf7349c

History | View | Annotate | Download (111 Bytes)

1
# -*- coding: utf-8 -*-
2

    
3
"""
4
Log settings for txapp.
5
"""
6

    
7
import logging
8

    
9

    
10
logger = logging.getLogger('txapp')