Hey there Fly community and team,
I’m wondering if there is a way to emit structured logs to Fly. I’m in Java, using Logback, and the format of my log lines repeats a lot of information that Fly already expresses in the log line.
I could emit plain log lines, but then the metadata attached with my logs would lose resolution (what I emit is a superset of what Fly emits, but there is a lot of overlap). The best solution to this would, I think, be to emit structured JSON logs from my app, which I can do with Google Cloud, AWS, Azure, etc. Logback supports emitting this logs over nearly any medium including regular stdout.
Is there a way I can get these logs into Fly in a structured manner? If I emit JSON, will Fly notice and adapt? Or is there a special endpoint somewhere?
Thank you in advance for any help. I am a rather new user to Fly and I’m loving it