Hi, any chance we can get logs form kratos in Ory ...
# ory-network
w
Hi, any chance we can get logs form kratos in Ory Cloud ? I need to know if my smtp URI is working correctly (already tested it with nodemailer locally) because I am not receiving courier emails.
s
@famous-art-85498 any idea how someone would debug it without our help?
f
we have the topic of providing external/public observability on the roadmap. Right now logs are internal only.
@wonderful-midnight-19586 can you try to send some now?
I will check on our side
w
I'm using a kratos test instance to redo the actions and get the debug logs
I was trying to debug courier and it turns out there is a username error :
Copy code
kratos_1              | time=2022-09-29T13:50:54Z level=error msg=Unable to send email using SMTP connection. audience=application error=map[message:530 Invalid username or password] message_from=contact@parcels.co service_name=Ory Kratos service_version=v0.10.1 smtp_server=<http://smtp-relay.sendinblue.com:587|smtp-relay.sendinblue.com:587> smtp_ssl_enabled=false
f
it looks like missconfigured credentails
w
the thing is the credentials work with nodemailer so I'm not too sure where to go from there
f
hmm, I woudl check if smtp string is same
w
thanks
it works now, I hope logs will come soon
f
👍
s
what did you change?
w
the credentials 😅 it's just that I was doing many things at the same time and with no error I couldn't see what was wrong
s
haha ok