Manfred Bergmann
Manfred Bergmann
Thanks. This looks indeed quite good.
Serapeum also has the 'threading' macros: `~>` and `~>>`.
Any idea why this doesn't work ? ``` (builder (:accesslog :logger (lambda (message) (access-logger message))) *web*) (defun access-logger (message) (str:to-file (merge-pathnames #P"access.log" *logs-directory*) (format nil "~a~%" message) :if-exists :append :if-does-not-exist...
I'm not sure it is the right place here for this. So let me know if I should ask this elsewhere. Here is a backtrace: ``` The value "(REQUEST-METHOD GET...
In regards to access-logging with Clack. Is it possible to log more of the request, like any additional HTTP parameters? Or must this be done manually in the routing handlers?
If you don't mind, you can have a look here: https://github.com/mdbergmann/cl-swbymabeweb The relevant files are 'app.lisp', 'src/web.lisp' and 'src/main.lisp'.
Yeah, I know. I thought you might spot something. It's pretty much a stock Caveman2 project skeleton. However, I have little desire to strip it down. Rather I get rid...
Anyway, thanks for looking.
Closed with #82
For Clojure there is something similar called [CIDER](https://github.com/clojure-emacs/cider)