Daniel Bast
08/06/2021, 5:58 PMAllyson Lubimir
08/06/2021, 8:00 PMAllyson Lubimir
08/06/2021, 8:13 PMDaniel Bast
08/09/2021, 11:24 AMDaniel Bast
08/09/2021, 11:27 AMKevin Kho
Daniel Bast
08/10/2021, 4:17 PM.../miniconda3/envs/prefect/lib/python3.9/site-packages/prefect/utilities/logging.py:124: UserWarning: Failed to write logs with error: HTTPError('413 Client Error: Request Entity Too Large for url: <https://api.prefect.io/graphql>')
warnings.warn(f"Failed to write logs with error: {exc!r}")
Daniel Bast
08/10/2021, 4:18 PMKevin Kho
Daniel Bast
08/10/2021, 4:30 PMDaniel Bast
08/10/2021, 4:39 PMDaniel Bast
08/10/2021, 4:40 PMDaniel Bast
08/10/2021, 4:41 PMKevin Kho
Daniel Bast
08/10/2021, 7:06 PMKevin Kho
logging.py
. (Edit the source on your end)
MAX_LOG_LENGTH = 1_000_000 # 1 MB - max length of a single log message
MAX_BATCH_LOG_LENGTH = 20_000_000 # 20 MB - max total batch size for log messages
Smaller values might make this work. Would you be willing to try this and tell us if it helps?Daniel Bast
08/11/2021, 3:45 PMDaniel Bast
08/11/2021, 3:45 PMDaniel Bast
08/16/2021, 2:24 PMDaniel Bast
08/16/2021, 2:25 PMKevin Kho
Fabrice Toussaint
09/23/2021, 11:07 AMlogging.py
?Kevin Kho
Fabrice Toussaint
10/06/2021, 3:18 PMKevin Kho
Fabrice Toussaint
10/06/2021, 3:22 PM