Lukas Aron
Lukas Aron
This behavior is correct and expected to work this way. When you provide a value in your `config.yaml` file such value has the higher priority then default tag in the...
I have tested locally your issue and I can't reproduce it, to be honest. I will paste the whole code I used: config.yaml: ```idle_machines: 0``` main.go: ```package main import (...
The error is correct I would recommend to change the name of the field from `URL` into something more specific. The error will be more helpful then.
You are making assumptions based on the `env` variable in the tag. Such variable might be also empty when this value is filled from other source than ENV variable. Existing...
It's the YAML issue, you can have the functional version when you put quotes around your pattern: `default:"'%Y-%m-%d.log'"`.