Fork me on GitHub
#pedestal
<
2017-09-04
>
eoliphant01:09:48

Hi, I’,m just getting into vase and I’m wondering how schema updates are managed. It looks like conformity is being used to manage transacting in the norms. So, now if I add some new attributes to :myservice/my-schema they aren’t transacted in

andrzejsliwa11:09:47

Hey, I wonder if there is any debugging interceptor/middleware for pedestal? I mean showing always request body, params, headers etc?

andrzejsliwa11:09:34

+ status, timing, method etc

andrzejsliwa11:09:38

should i just make intereceptor which will print request value?

andrewhr18:09:25

The default log-request (https://github.com/pedestal/pedestal/blob/master/service/src/io/pedestal/http.clj#L80) could maybe have a debug or trace clause to spit the whole request data. Maybe it doesn’t to avoid leaking sensitive information on misconfigured services?

souenzzo20:09:23

It "safe"/usual use (binding [config/*conn* conn] (response-for ...)) (not sure if all respose-for will be in the same "thread stack")