I am trying to configure my rails application from an external gem. Trying to build a central gem for handling logging related things.I am setting few loggly configs and trying to add custom params in loggly inspired from this post- Custom data to…
I have a golang project and I'm trying to use loggly logging as explained in their blog at https://www.loggly.com/blog/logging-to-loggly-from-go-with-logrus-and-logrusly/
The problem is that with their example, things are fine but I have a bunch of…
I have been using the Morgan logger on my node.js API to get some insights into how routes are performing with sample output such as:
2016-05-17T22:47:59.232Z - performance: GET /login 200 14.767 ms - 1157
I'm looking for a way to aggregate this…
I'm sending the following string to Loggly:
{
ContextInfo: [
{
context.Product.State: Published
},
{
context.Product.SubscriptionRequired: True
},
{
Product.Groups:…
We are starting out a new Nodejs project, and I am working on wiring up Winston to Loggly.
Since we are new to node, my question is, what is typically information that should be logged and in what format for Loggly to accept it? What do you guys…
I am trying to send android logs to Loggly and for that using logback logging. I created a simple project to test the functionality. I got to know that either we need to violate strict mode or create Async task to send logs otherwise it will give…
How do I configure Loggly to work with elastic beanstalk and Tomcat 8?
The default script provided by Loggly to setup logging with Tomcat doesn't work because I get the error cannot find startup.sh
I set CATALINA_HOME as /usr/share/tomcat8 but there…
We are trying to use loggly in our AngularJS/Breeze web portal and I am having some trouble when I am trying to send the error over the wire via $log.error (both the angular logging and loggly logging are in play here). Eventually there is a call…
I have configured PHP log file to loggly. I can find there are too many entries for PHP notice i.e 3 out 4 is this php notice.
How can I exclude that particular log entries PHP Notice: in loggly? Alternative, can I exclude only php notice entries…
I'm using Parse.com with iOS SDK. I really want to get all Parse logs into a third party service (Logentries) but I have no idea if Parse.com's logs can be exposed at all?
Obviously having log data which periodically gets deleted in Parse is not…
My log events that are parsed by Logstash end up in Loggly four times. What could be causing this?
An example is, the line:
2014-11-05 01:52:55,485 PM PST [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext:…
I have 600 restaurant stores. Each store consists of 20 systems of type Point Of Sale, Kitchen Display System and Server. So, will Loggly work when logs will be generated from 12000(600 X 20) client systems simultaneously? I want to integrate Point…
I'm running a small python web app on Heroku and I've drained the logs to loggly. When an exception is raised, the traceback appears as separate lines in loggly. This is of course hard to search.
How do you make tracebacks appear as a single log on…