Ver a proveniência

[fix] longer error logs

version-14
Rushabh Mehta há 8 anos
ascendente
cometimento
0bdb4b6ec8
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      frappe/utils/logger.py

+ 1
- 1
frappe/utils/logger.py Ver ficheiro

@@ -14,7 +14,7 @@ def get_logger(module, with_more_info=True):
# handler = logging.StreamHandler()

handler = RotatingFileHandler(
LOG_FILENAME, maxBytes=20000, backupCount=20)
LOG_FILENAME, maxBytes=100000, backupCount=20)
handler.setFormatter(formatter)

if with_more_info:


Carregando…
Cancelar
Guardar