Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
40 views

I am currently running a single-node deployment of TDengine Enterprise Edition in a production environment and am noticing some unexpected behavior in the logs. The taosd process seems to be stuck in ...
Roylee's user avatar
  • 1
0 votes
0 answers
30 views

I am following a Python tutorial and trying to use logging.config.fileConfig() to load a configuration file. Even though I have a [formatters] section in my logging.conf, I receive a KeyError: '...
remunity's user avatar
Tooling
0 votes
0 replies
94 views

Current spring implementation of structured logging with ECS format creates object "service" with fields: name, version, environment, node I would like to add field "id" to the ...
abc12331231's user avatar
3 votes
1 answer
71 views

I want to implement wide logging with Python's structlog. I also want to provide some unit tests for that and I'm really struggling with how to use structlog with underlying stdlib logging. In general ...
novice's user avatar
  • 83
Tooling
0 votes
4 replies
76 views

I'm working on some Azure VMs (a mix of Linux and Windows OS) and would like to set up a KQL script that can check for the presence of a named file (e.g. gold_image.dat) in a specific directory on ...
hitman126's user avatar
  • 969
0 votes
1 answer
43 views

I've just updated my code for logging to application insights in my project to use the OpenTelementry SDKs, and for some reason I cant get the filtration of 404s Http status codes to work for stuff ...
H4p7ic's user avatar
  • 1,943
-3 votes
1 answer
86 views

I have a python program that is writing a log. The idea is to tail the log so I know what's going on in the program while it is running. But no data ever comes until the python program exits. Even if ...
enigmaticPhysicist's user avatar
0 votes
0 answers
51 views

I use the diagnostics.trace functionality for logging. I've the followin code in a dotnet framework 4.8.1 windows forms app. private static readonly TraceSource _trace = new TraceSource("...
Rainier de Groot's user avatar
0 votes
0 answers
34 views

I have a rails application that uses mongoid. In development, I have a custom logger that basically logs the backtrace in a visual hierarchy. I'd like to roll this into production with the option ...
user1130176's user avatar
  • 1,856
Best practices
0 votes
8 replies
124 views

I'm trying to figure out how to implement Logging in my ASP.NET Core 9.0 Web API. I don't like having to inject a logger object in every service class, so have been exploring different ways of ...
MRichards's user avatar
  • 173
Best practices
1 vote
5 replies
102 views

I want to log all changes to existing data on the database which is done via set log_statement to 'mod'; I also want to capture slowing running queries on top of this, e.g. set ...
jrlevi's user avatar
  • 23
0 votes
0 answers
38 views

I am trying to build analytics for my mongo logger. In development mode, I have a custom mongo logger that backtracers the caller so I can see exactly which call triggered a db request. The problem ...
user1130176's user avatar
  • 1,856
Best practices
0 votes
1 replies
73 views

After replicating services across multiple instances (replicas), we need to figure out what additional fields are required to identify instances in metrics, traces, logs, and health checks. For ...
DimaVmkMsu's user avatar
Tooling
1 vote
0 replies
67 views

I am architecting a "Bring Your Own Sink" logging platform. The goal is to allow users to register their own external endpoints (OTLP, S3, Webhooks), and have my platform route their ...
Janman's user avatar
  • 1,050
0 votes
1 answer
46 views

I use ZooKeeperNetEx.dll along side the Confluent.Kafka in my .NET app. Every time I run the app, a log file with this naming "ZK.2026-02-05-10.06.05.601Z" is generated. I tried to use use ...
bany365's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
2780