I have a solution (in .NET Framework 4.7.2) that contains 2 projects, each of those contains Main() and is run independently.
I have created a Logger for each of them, and the messages from each being recorded fine in the Console or the Azure…
I have an app written in .NET Framework 4.7.2 and we're using Serilog to log messages into Loggly.
The issue I have, which I cannot figure out, is that it only logs messages from the Main() method, and does not log messages from other methods down…
I cannot see any logs when I call winston.debug. I think it is because I need to change the log level allowed to be seen? Link to winston documentation. Loggly node.js documentation.
Installation npm i winston-loggly-bulk…
I have a Kubernetes cluster which I am trying to get to run fluentd to send logs to Loggly for viewing. I am having an issue where I know my token is correct since it was working on another cluster before.
Below is my manifet.yaml file, I have no…
We have an ALB log enabled and pushing to S3 now we want to push these from S3 to Loggly. Any references or lambda functions?
I have found one document link but it supports only classic ELB.
I am using loggly with NLog in C#.
When I use, for example, the following code.
protected static readonly NLog.Logger _log = NLog.LogManager.GetCurrentClassLogger();
try
{
...
}
catch (Exception ex)
{
_log.Error(ex,…
I'm trying to implement to my NodeJs API a logging system using:
Loggly
Winston
Morgan
When I run my server I got the error:
Error: Loggly Subdomain is required
But the subdomain is defined as follows
What I was trying to do to put the Loggly…
I'm trying to setup loggly with a C# projet by following the Loggly tutorial but it doesn't work.
I've added the log4net-loggly nuget package
I've add the following code in my app.config :
I'm trying to setup some kind of logging for my meteor app and chose Loggly, I read this article, but I can't get the client-side implementation to work.
// in startup/client/loggly-client.js
import { Meteor } from 'meteor/meteor';
import {…
I am working on aws waf to block the bad bots. I am using loggly service as well to check the access logs of the server and bad requests.
But I am not understanding about the following log, what this log is for and is this bad?
Please check this…
I configured everything regarding the documentation's page.
I get no error from my Node app, however I don't receive any log on loggy from my app.
I can't figure out where does the problem come from.
My code in config.js:
var winston =…
I built a web application with low traffic so far, after making some advertising I realized there are some suspicious requests against my server, this is what Loggly service shows me in panel:
Logs from Loggly about nginx requests
I am not an expert…
I'm using linkerd and have to use global tunnel to proxy everything via localhost:4140. The problem is that this seems to cause loggly to stop working. As soon as the global tunnel is active, loggly doesn't receive any messages. How can I change…
I am no RegEx expert. I am trying to understand if can use RegEx to find a block of data from a JSON file.
My Scenario:
I am using an AWS RDS instance with enhanced monitoring. The monitoring data is being sent to a CloudWatch log stream. I am…
when configuring the loggly agent for nginx it returns. ERROR: Nginx is not configured as a service. Is there something missing in a configuration file?