Skip to content

Instantly share code, notes, and snippets.

@sdt
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdt/54374fb3d5d7d60be59b to your computer and use it in GitHub Desktop.
Save sdt/54374fb3d5d7d60be59b to your computer and use it in GitHub Desktop.
Dancer2 issue - no logger in serializer
use Dancer2;
any '/' => sub {
return { hello => 'world' };
};
dance;
logger: console
serializer: JSON
curl -X POST 0:5000 # attempts to log a message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment