<FromGitter>
<Uzay-G> how can I log to the server logs?
<FromGitter>
<Uzay-G> like for example with successful calls amber logs the request parameters, but when there is an error it doesn't, how could I log the request parameters in the controller action
<FromGitter>
<KirillFurtikov> Hello, trying to install amber v0.34.0 (crystal v0.34.0) under WSL in docker-compose. When container building i recieve error: ⏎ ⏎ ```code paste, see link``` ⏎ ⏎ Anyone known how to fix it? [https://gitter.im/amberframework/amber?at=5ec52291e06728175b7dcc3d]
<FromGitter>
<confact> @KirillFurtikov that's more with git and https than crystal. Could it be you don't have the https git library installed? Or is github.com down or blocked?
<FromGitter>
<drujensen> Hmm. So it’s building your local docker image and failing to clone from git. What base image is in the Dockerfile?
<FromGitter>
<rnice01> I've been doing some digging around and it looks like Granite does not provide a way to preload associations (not a complaint). What are people doing right now to avoid N+1 queries?