Mercurial > libervia-backend
changeset 2975:d86ecc34516e
logs: increased defaut limit for memory output to 300
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 30 Jun 2019 15:40:52 +0200 |
parents | 2464b3531f68 |
children | 49458e12e414 |
files | sat/core/constants.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat/core/constants.py Sun Jun 30 15:39:58 2019 +0200 +++ b/sat/core/constants.py Sun Jun 30 15:40:52 2019 +0200 @@ -374,7 +374,7 @@ LOG_OPT_OUTPUT_SEP = "//" LOG_OPT_OUTPUT_DEFAULT = "default" LOG_OPT_OUTPUT_MEMORY = "memory" - LOG_OPT_OUTPUT_MEMORY_LIMIT = 50 + LOG_OPT_OUTPUT_MEMORY_LIMIT = 300 LOG_OPT_OUTPUT_FILE = "file" # file is implicit if only output LOG_OPT_OUTPUT = ( "output",