-
I want to debug the APIs in Hydra like create client on for example when i run I want to show it from golang terminal . any way can I reach API from postman that I show log on golang terminal |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not sure i understand your issue. What do you mean by "Golang terminal" ? Logs are always coming out of stdout. That's a pretty standard way of dealing with logs. Maybe you can explain what you want to achieve here from a more toplevel point of view? Edit:
That should work for you?! |
Beta Was this translation helpful? Give feedback.
I'm not sure i understand your issue. What do you mean by "Golang terminal" ? Logs are always coming out of stdout. That's a pretty standard way of dealing with logs.
Maybe you can explain what you want to achieve here from a more toplevel point of view?
Edit:
maybe i got it now. If you run kratos from the commandline, logs should come out od stdout. Should be the same in windows. Here is the most trivial example: