configor icon indicating copy to clipboard operation
configor copied to clipboard

found character that cannot start any token

Open lyouthzzz opened this issue 4 years ago • 1 comments

image

image

Catch "yaml: line 6: found character that cannot start any token" error when configor.Load() with yaml file . The error is on the "%" character.

lyouthzzz avatar May 21 '20 08:05 lyouthzzz

It's the YAML issue, you can have the functional version when you put quotes around your pattern: default:"'%Y-%m-%d.log'".

lukasaron avatar May 28 '20 07:05 lukasaron