foreman
foreman copied to clipboard
Foreman should have better error messages for things like simple mis-configs
Currently, if you mis-configure foreman.toml
(with a syntax error like a missing quotation mark), foreman spits a rather cryptic error message instead of spitting out something that's easy to understand:
It'd be ideal if foreman spit out an error message along the lines of "Error while reading configurations : There is a syntax error on line n
!" or somesuch.