faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
feepbot has quit [Ping timeout: 272 seconds]
feepbot has joined #amber
_whitelogger has joined #amber
<FromGitter> <Uzay-G> ok thanks, I got it
<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> <drujensen> Amberframework/Amber:0.34.0
<FromGitter> <drujensen> ???
<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?