Closed moltar closed 8 years ago
The docs says:
LogglyLogger.sendMessage( 'Short and Stout.' )
But I get empty messages in Loggly, like this:
{}
When I changed the call to:
LogglyLogger.sendMessage( { message: 'Short and Stout.' } );
I got:
{ "message": "Short and Stout." }
As expected.
The docs says:
But I get empty messages in Loggly, like this:
When I changed the call to:
I got:
As expected.