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
<FromGitter> <drujensen> Yeah, It’s a much needed feature.
<FromGitter> <ikaru5> Hello, just wondering... why is this: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5ec6d40f3ffa6106f1c7058c]
<FromGitter> <Blacksmoke16> whats the diff if you dont use granite models
<FromGitter> <Blacksmoke16> i.e. just normal classes
<FromGitter> <ikaru5> Huh? Both are the same Granite model.
<FromGitter> <Blacksmoke16> right i mean if you dont use granite
<FromGitter> <ikaru5> You mean I should just try the same with some class with some properties?
<FromGitter> <Blacksmoke16> ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5ec6d7ff9da05a060a22094c]
<FromGitter> <Blacksmoke16> then try both cases with these and see if there is a diff
<FromGitter> <ikaru5> Okay, just a moment :)
<FromGitter> <ikaru5> Both are fast (< 10ms). ⏎ But I had to change the User class bcs the setter was missing: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5ec6d9aeff7a920a72031e65]
<FromGitter> <Blacksmoke16> interesting
<FromGitter> <Blacksmoke16> because the setter example is just using standard setters
<FromGitter> <Blacksmoke16> not doing anything else?
<FromGitter> <ikaru5> Maybe... I see now.. ⏎ in my user class there is ⏎ ⏎ ```code paste, see link``` [https://gitter.im/amberframework/amber?at=5ec6dae67da67d06fac2cee6]
<FromGitter> <ikaru5> Does it mean that `User.new(password: contract.password)` wont call this setter?
<FromGitter> <Blacksmoke16> correct, see https://github.com/amberframework/granite/issues/381
<FromGitter> <ikaru5> Oh, got it! Thank you! ⏎ So happy right now, that I didnt just ignore it :D
<FromGitter> <Blacksmoke16> np
<FromGitter> <Uzay-G> hey, how can i change the error logging for prod so errors don't show so many details in production? I saw the `severity`parameter in the configs but i can't find what i can set it to
<FromGitter> <Uzay-G> Somehow my `production` config is encrypted but i haven't ever set a `key`...
<FromGitter> <Blacksmoke16> id wait for new crystal/granite release
<FromGitter> <Blacksmoke16> so then you can just use the new `Log` stuff
<FromGitter> <Uzay-G> oh ok but i think it's an amber thing bcs I get pages like this for example:
<FromGitter> <Blacksmoke16> ah, new crystal/amber version then
<FromGitter> <Uzay-G> i mean this stuff:
<FromGitter> <Uzay-G> https://ibb.co/KDR37DB
<FromGitter> <Blacksmoke16> ah, yea dunno
<FromGitter> <Blacksmoke16> never used amber
<FromGitter> <drujensen> @Uzay-G you can update production settings using ‘amber encrypt’
<FromGitter> <drujensen> This will open your default editor and load the encrypted settings.
<FromGitter> <drujensen> When you save and exit, it will encrypted the new settings