<div>So I started playing with Dancer, and am trying to figure out how to enable logging.<br></div><div><br></div><div>I've seen the Dancer Cookbook, and saw the Dancer::Config stuff:</div><div><br></div><div>        Dancer::Config::setting('appdir',$appdir);<br>
        Dancer::Config::load();<br></div><div><br></div><div>And I added the 'logger' and 'log' items to the config.yml file, but when I try to use a simple debug statement, such as:</div><div><br></div><div>
debug "hey it's me";</div><div><br></div><div>It doesn't log to the console or any log file.  No log file is created in the appdir/.</div><div><br></div><div>What am I missing?<br><br>Thanks,<br></div><div>
-Bobby</div>