Logs for failed actions
I have a problem with Complement Token Action which I'm not sure how to solve.
If I uncheck "Allowed to fail" - introspection returns
"active": false
for some of the users. I was able to narrow the problem to this piece of code that I'm using in my Action but there are no logs to aid me with further debugging.
Does someone know what's happening?
I'm running self-hosted 2.54.99 Replies
Unknown User•12mo ago
Message Not Public
Sign In & Join Server To View
there are no logs in the zitadel dashboard AFAIK. I gather container logs and send them to the ELK
Hm by default we should log action executions into stdout https://github.com/zitadel/zitadel/blob/main/cmd/defaults.yaml#L579
GitHub
zitadel/cmd/defaults.yaml at main · zitadel/zitadel
ZITADEL - Identity infrastructure, simplified for you. - zitadel/zitadel
Noticed that too, perhaps it's written with the debug level?
Hm we run info and that logs them
Unknown User•12mo ago
Message Not Public
Sign In & Join Server To View
Hm we run info and that logs themThanks for the help, figured it out. Action run message embedded as record which makes it hard to discover. Now to the problem itself, any idea why metadata value is being unmarshaled into float64?
not yet, but we work on exposing logs
hm not of the top of my head, but we do base64 encode them
should I file a bug report?