Hi everyone,
We just got fly-log-shipper working. Great product! I have two questions:
- It seems like all the logs in our org are going to the same instance. We have our staging environment set up in the same org, which I imagine will also funnel those logs.
Is there a way to choose which logs we want to go where?
- It seems like we’re still seeing logs when I run
flyctl logs -a myserver
. Is there a way to avoid stdout and have those logs strictly go to our log-shipper instance?
IIRC, logs slow down servers or something along those lines?
Thanks!
EDIT: It seems like we can use NATS subject-based messaging for this, but there doesn’t seem to be regex support, just the wildcard *
?
We’re considering moving our staging environment to a different region as a workaround for now.