Version History¶
0.2.4 (Jun 17, 2018)¶
- Fix: Log filters still do not work for process loggers
0.2.3 (Jun 10, 2018)¶
- Add config file validation
- Fix: Log filters do not work for the root and process loggers
0.2.2 (May 21, 2018)¶
- Fix: String interpolations in logger settings are not evaluated
0.2.1 (May 20, 2018)¶
- Fix: String interpolations in app options are not evaluated
0.2.0 (May 16, 2018)¶
- Now String interpolations are evaluated at runtime instead of on loading the configuration
- Add functions
jq_all()andjq_first()and their aliasesjq()andjqf() - Change environment variable prefix
T_VAR_toJ_VAR_ - Simplify
BaseJaffleAppI/F - Improve Tornado app stability on syntax errors and exceptions raised in
start() - Fix hidden Tornado log messages
0.1.2 (May 8, 2018)¶
- Add
fg(),bg()andreset()function - Fix errors on starting/stopping threaded Tornado app
0.1.0 (May 6, 2018)¶
- Initial release