Troubleshooting Docker Logging Issues with Signoz Solution
TLDR Sadri has issues with Docker logs not showing up in signoz. He suggested and successfully tried using ALLOW_TTY
to include Docker logs. The new topic by Dax regarding agent auto instrument in golang hasn't been addressed.
Aug 26, 2023 (1 month ago)
Sadri
04:08 PMI just started using signoz self hosted solution and I really like the platform.
I'm facing one issue though with logs, only mysql docker instance logs are showing up in the system. I run all my services in docker container so I expect that all docker logs should automatically show up in signoz as well (at least this is how I understood the docs pages). I have 8 other docker containers, I see all the services in signoz, I see traces everywhere where implemented, only logs are missing. Any idea how can this be fixed? All my apps are golang apps and if checked with docker logs command logs are properly being produced.
Sadri
09:20 PMALLOW_TTY
as argument to logspout configSadri
09:25 PMALLOW_TTY
as env var to logspout worked for me 😄Aug 28, 2023 (1 month ago)
Dax
08:01 AMSigNoz Community
Indexed 825 threads (61% resolved)
Similar Threads
Supporting go-zero Framework and Displaying Application Logs in SigNoz
zane.chen inquired about support for go-zero framework and displaying application logs in SigNoz. Srikanth and nitya-signoz suggested steps, but the issue remains unsolved.
Sending Golang Application Logs to SigNoz
Shivani asks how to send golang logs to SigNoz for a docker-deployed app. nitya-signoz suggests following a solution found in a GitHub issue comment and mentions an upcoming improvement.
Removing SigNoz's Own Logs from Dashboard
Geoffrey wanted to remove SigNoz's own logs from the dashboard. nitya-signoz provided a solution referencing an existing issue and a filter for ingesting only desired logs.