Open bochecha opened 5 years ago
This is slightly better with the current master:
[ERROR] azafea.cli: Invalid configuration:
* queues.te: __init__() missing 1 required positional argument: 'handler'
Still unclear, but at least that's not a scary traceback any more. +1
The config system is nice in that it validates the configuration, and specifically the types of the options, hopefully giving administrators good error messages about what failed.
But try it with the following configuration:
And you get a completely mystifying error:
We should be able to do better.