Hi all, Could anybody point me to documentation or...
# deployment-ecs
j
Hi all, Could anybody point me to documentation or maybe know explanation why in code location I have plenty of logs from initializing the resources? We have log during initialization of some db resource, and it seems that in code location that resource is inicialized each sensor tick. but the rest of the logs are in daemon log. We have ecs setup with grpc code location, daemon and dagit as services. is it possible to get rid of init logs from code location?
r
Hi Jakub, could you give an example of the logs that you are trying to omit?
j
Those logs are created by me in resources, exactly in a function that initialize the resource. What I'm trying to understand is why dagster inicialize the resource on dagster repository side(grpc). Could it be omit or something? I'm now migrating to new Definitions and found out configure_at_launch() method. is it something that i may be interested to fix my inconvenience?