Changeset 2ad9ea7 in sicp


Ignore:
Timestamp:
Mar 10, 2016, 10:38:58 AM (8 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
771a4c0
Parents:
90186b5
Message:

modificación en configuración de logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sicp/settings.py

    ra902c05 r2ad9ea7  
    205205LOGGING = dict(version=1, disable_existing_loggers=True, formatters={
    206206    'std': {
    207         'format': '%(asctime)s %(levelname)-8s %(module)s %(funcName)s %(message)s',
     207        'format': '%(asctime)s %(levelname)-8s [modulo: %(module)s, funcion: %(funcName)s, linea: %(lineno)d]. %(message)s',
    208208    }
    209209}, handlers={
Note: See TracChangeset for help on using the changeset viewer.