Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 50b6897fec475d62f7e8cf0e640000d088a958ac https://github.com/galaxyproject/galaxy/commit/50b6897fec475d62f7e8cf0e64000... Author: John Chilton <jmchilton@gmail.com> Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M config/tool_shed.ini.sample M lib/galaxy/webapps/tool_shed/config.py Log Message: ----------- Make tool shed logging like Galaxy logging. - Reduces duplicated code. - Enables best practice of commenting out defaults in shed sample config. - Add auto_configure_logging option to tool shed to match Galaxy. Commit: 2116f97a2f04b78f75c4a83cc1bf3ecad0a75cd6 https://github.com/galaxyproject/galaxy/commit/2116f97a2f04b78f75c4a83cc1bf3... Author: John Chilton <jmchilton@gmail.com> Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M lib/galaxy/config.py Log Message: ----------- Add routes middleware to chatty loggers disabled at debug level. Also add option to skip disabling the chatty loggers. Commit: 41acdadbae8aab6d4fe38d1de354404819f7851d https://github.com/galaxyproject/galaxy/commit/41acdadbae8aab6d4fe38d1de3544... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-08-05 (Fri, 05 Aug 2016) Changed paths: M lib/galaxy/config.py M lib/galaxy/webapps/tool_shed/app.py M lib/galaxy/webapps/tool_shed/config.py Log Message: ----------- move the configure_logging import to the app.py where it is used remove routes.middleware chatty logging as the PR is independent on this Commit: 9b86eae99569cfb6e8884afd7324e96b1b5d7028 https://github.com/galaxyproject/galaxy/commit/9b86eae99569cfb6e8884afd7324e... Author: John Chilton <jmchilton@gmail.com> Date: 2016-08-05 (Fri, 05 Aug 2016) Changed paths: M lib/galaxy/config.py M lib/galaxy/webapps/tool_shed/app.py M lib/galaxy/webapps/tool_shed/config.py Log Message: ----------- Merge pull request #49 from martenson/conf-logging move the configure_logging import to the app.py where it is used Commit: 2ebef640cb639f12012da52361891065e8d13570 https://github.com/galaxyproject/galaxy/commit/2ebef640cb639f12012da52361891... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-08-05 (Fri, 05 Aug 2016) Changed paths: M config/tool_shed.ini.sample M lib/galaxy/config.py M lib/galaxy/webapps/tool_shed/app.py M lib/galaxy/webapps/tool_shed/config.py Log Message: ----------- Merge pull request #2735 from jmchilton/logging_dedup Slightly revise auto configuration of loggers Compare: https://github.com/galaxyproject/galaxy/compare/08d20b26784a...2ebef640cb63