Questions tagged [logging]
Recording activity on the system (or of a particular program) for later reporting and analysis. Logins, logouts, web server page requests, etc might all be logged.
2,920 questions
1
vote
0
answers
33
views
My last log line is not flushed in the concat filter fluentd k8s operator
I have a Java application in a pod that is spitting out logs straight to stdout.
These logs are fetched by the log-operator which runs a combination of
fluent bit 3.1.8 and fluentd 1.16.1. The ...
1
vote
0
answers
125
views
is it necessary to recreate the image to have the right level of log?
I’m running php-fpm and nginx in the same image, both managed by supervisord.conf, and deploying that image to a Kubernetes cluster.
Our team wants php-fpm—and especially nginx—logs to go to stdout ...
0
votes
0
answers
30
views
Windows SCVMM - Log user modifications
Is it possible to log all the modifications made by users in SCVMM?
The goal is to scrap those logs with Grafana Alloy and send them to a Loki instance.
0
votes
0
answers
51
views
Mailcow (Docker) – How can I log the Subject header in Postfix logs?
I’m running Mailcow on an Ubuntu server using docker-compose.
The stack works fine, but for troubleshooting purposes I’d like to see the Subject of each email in the Postfix logs.
Currently, when I ...
0
votes
0
answers
104
views
Mailman3 logging failed login attempts to use with fail2ban
I have Mailman3 installed on a Debian server, with the default setup :
Backend is mailman3
There's uWSGI making the link between Apache and Django
Frontend is mailman3-web with Postorius and ...
0
votes
1
answer
99
views
How to get current path for error log files if error_log got no value
I have a small php web app to view the log files, to see errors, specially PHP ones. My local Apache is different from the remote website servers, so I have to point the right directory in each case, ...
0
votes
0
answers
21
views
What's the meaning of uwsgi log entries with a single dash as the URL?
I'm looking at logs from uwsgi (2.0.25.1), and some of the request logs have a single - as the URL, e.g.
{address space usage: 3264466944 bytes/3113MB} {rss usage: 2742951936 bytes/2615MB} [pid: ...
1
vote
1
answer
109
views
How to find corrupted JSON file on Windows Server?
I have windows server 2016. I'm seeing logs from a third-party software mentioning malformed JSON files.
A JSONObject text must begin with '{' at character 0
But I don't know where or which file. Is ...
0
votes
1
answer
84
views
Haproxy conditional logging of HTTP requests
I'm running HAProxy version 3.0.5 for proxying HTTP requests across a bunch of different backends, and also as a TCP proxy for a RabbitMQ cluster. I have added a custom log format so I can better ...
0
votes
1
answer
93
views
How to disable logging completely in Apache 2.4 per VirtualHost?
Let's assume I neither need nor want any logs (both access and error) on my Apache webserver and want to set my Apache 2.4 on Debian 12 Bookworm not to log anything, how do I proceed?
I mean on the ...
1
vote
2
answers
138
views
How to log most memory-consumed processes every x minutes?
I manage for our lab a computational server (Ubuntu 22.04) and our JupyterLab instance is often oom-killed.
How can I log in a file the most memory intensive processes at each time step (e.g. evey 5 ...
0
votes
1
answer
41
views
SLES 15 unable to change logfile for service
I am trying to change the logfile destination for one of our services , to keep the journal clean and to reduce diskspace consumption of logfiles.
It seems to me that the journal is not being ...
0
votes
0
answers
151
views
Where can I find Kubernetes webhook logs?
I am writing a K8S webhook that modifies a deployment object to add some environment variables.
In K8S Dynamic Admission Control docs, the API shows status object with code and message like this:
{
&...
0
votes
1
answer
101
views
Redirecting SFTP event logging fails on OpenSSH 9.6
I'm trying to save the SFTP debug level events to one file (sftp_debug.log) and info level events to another file (sftp_info.log) on my Linux ssh daemon.
When I log on with admin account (osboxes, ...
0
votes
1
answer
93
views
turning off kex_exchange_identification log messages in sshd
I have a server running haproxy for ssh with
server lo-01 lo-01:22 check inter 10s fall 2 rise 1
and then on lo-01 every 10s I get the following auth.log entries:
Apr 2 17:04:55 lo-01 sshd[...