self-hosted v4.4.6 unable to see any logger event information #3718
Replies: 1 comment 1 reply
-
|
For self-hosted Trigger, this usually means the run completed but event/log ingestion is not healthy (UI can show run status while logs/events stay empty).\n\nFast checks in order:\n1. Verify all Trigger services are on the same version (v4.6.6) and healthy ( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm getting started with trigger.dev and I've run into a very annoying problem-- I can't see any logs!
This is a task that successfully ran to completion, but there is no event data, and no logs!
There should be log SPAM, because this is part of the code.
But nope, it's all empty, except for that console.log which does show in the terminal, but not in the webUI.
How about the (alpha) logs page?
Only errors and traces. What in the world? Where are the INFO, and LOG levels?
I got the idea to connect to an official trigger.dev cloud instance to see if the problem exists there too. It doesn't! I see logs on official cloud!
I guess this is how it's supposed to look.
I figure there's something wrong with my self-hosted config. The problem? I don't know WHAT. What part? What service? What env var? I have no idea what setting would be causing this.
I dove through logs from the various docker-compose services and I didn't see anything that stuck out.
Any clues as to what could be causing this?
Beta Was this translation helpful? Give feedback.
All reactions