Hi SigNoz, we’re excited to try out your platform! We have a FastAPI service where we are logging with structlog. Is there an easy way to connect these logs to SigNoz?
Hmm, we are currently printing to stderr/stdout and not running in a container. However, we could potentially try and do so…
a
Ankit Nayan
10/26/2022, 6:19 PM
@nitya-signoz please let him know if anything else can be done in this scenario.
n
nitya-signoz
10/27/2022, 2:28 AM
Hi @Luke Hsiao, if you haven’t containerised your application yet, you can make a slight change in your application and output your logs to a file. Then you can follow this guide https://signoz.io/docs/userguide/collect_logs_from_file/ and push your logs to SigNoz. Let us know if you face any issue or need help with.