AFAIK the logs are stored in the database right? If I want to move that to a different backend (google bucket or stackdriver), are the logs then still retrievable from the UI? Or are there building blocks to implement that?
z
Zanie
12/21/2020, 4:38 PM
I think you’d have to overload the graphql resolvers for log retrieval operations
Zanie
12/21/2020, 4:39 PM
And the backend api
create_logs
function
p
Pedro Machado
12/21/2020, 5:25 PM
I also have a log-related question. What is the best way to redirect logs to a file in json format? I am using the docker-compose single-node setup.
Thanks, Michael. Is there any documentation explaining where to do this in prefect? I remember seeing some config keys related to logging, but I don't remember seeing instructions on how to set it up.
j
Joël Luijmes
12/21/2020, 6:22 PM
Hmm, okay, maybe something for later then 😅
Thanks 🙂