Heya! So we started getting silent errors and no ...
# ask-community
m
Heya! So we started getting silent errors and no output from Tensorflow models that we're training with Prefect - I tried this
prefect config set PREFECT_LOGGING_EXTRA_LOGGERS="tensorflow,dask,scipy,pandas,numpy,keras,scikeras,sklearn"
but it doesn't fix it. Is there an equivalent of the Prefect 1 option
log_stdout
? I really just want Prefect to log everything that would normally appear on the screen. (I'm also setting
log_prints=True
of course).