configor
configor copied to clipboard
found character that cannot start any token
Catch "yaml: line 6: found character that cannot start any token" error when configor.Load() with yaml file . The error is on the "%" character.
It's the YAML issue, you can have the functional version when you put quotes around your pattern: default:"'%Y-%m-%d.log'"
.