middleman/middleman-core
Adam Luikart d4d1391bbb Don't hang on to the first Logger instance you see
If the main app instance hangs on to the logger that ::Middleman::Logger.singleton returns, then subsequent calls to re-init the logger won't have any effect (for instance, when setting up the preview server's logger based on CLI params).

Redefining logger to be a pass-through to ::Middleman::Logger.singleton instead of an ivar seems more in keeping with the sprit of a singleton, anyways.

This fixes an issue where running `middleman server --verbose` doesn't output any debug info.
2014-04-07 17:34:26 -05:00
..
features Update haml and sass deps 2014-04-03 10:01:18 -07:00
fixtures Merge pull request #1238 from bhollis/asciidoc 2014-03-30 10:52:40 -07:00
lib Don't hang on to the first Logger instance you see 2014-04-07 17:34:26 -05:00
spec Move to flat_map now that we don't use 1.8 2013-11-18 22:22:18 -08:00
.gemtest enable gemtest at a per-gem level 2012-01-02 14:48:47 -08:00
.simplecov ignore vendor in simplecov 2013-06-04 14:28:46 -07:00
.yardopts Move CLI into middleman-cli 2014-01-02 16:39:06 -08:00
middleman-core.gemspec Update haml and sass deps 2014-04-03 10:01:18 -07:00
Rakefile whitespace [ci skip] 2014-03-25 13:13:36 +00:00