Hi, does anyone know if it is possible to not log ...
# ask-community
w
Hi, does anyone know if it is possible to not log to the database as this feels like a slippery slope
1
j
Hi, you can disable writing logs to the API with
Copy code
PREFECT_LOGGING_TO_API_ENABLED=False
w
@Jake Kaplan Do you know if it is possible to log the
extra
field to the DB?
j
Hi, no only the messages are written for logs
depending on your use case there are other objects you may be able to include this in such as artifacts or events (if using cloud)