Fork me on GitHub
#pedestal
<
2018-06-05
>
vemv11:06:08

Hi! I can connect emacs to an external lein repl session, enjoy the 'reloaded workflow' and see my API working. however if I opt to launch my Pedestal project within emacs, API requests will hang forever, logging some strange messages as well (see by the middle and bottom): https://gist.githubusercontent.com/vemv/446393f15ea4ae472ed47d6536ba3145/raw/b3592a82a531a3336565c7478d7e1b962d3d39b4/gistfile1.txt Does it sound familiar?

vemv11:06:53

also strange that logging is so verbose if running from emacs. If running terminal, my logback.xml is honored

ddeaguiar15:06:43

@U45T93RA6 I don’t experience that

vemv15:06:36

Thanks for the input, yeah I guess that something is off.

vemv11:06:17

My issue was that [com.fzakaria/slf4j-timbre "0.3.4"] (a transitive dependency) was not only hijacking the logger, but also breaking http for some reason. Cannot reproduce in a clean project sadly.

ddeaguiar14:06:32

Ah good to know. Glad you find it.