Questions tagged [loglevel]

9 questions
8
votes
1 answer

How to enable mod_rewrite detailed logging

I'm trying to enable mod_rewrite detailed logging at the trace3 log level, as described in man. I've put this line in my conf: LogLevel alert rewrite:trace3 However I'm getting this error: Syntax error on line 6 of…
user139980
  • 81
  • 1
  • 2
1
vote
1 answer

mongodb logging entire document occasionally even with verbosity lowest

We are using mongodb version 3 in a AWS environment with Linux AMIs. Initially mongo was logging the entire document. We then lowered the verbosity in the yaml. That seemed to make most (99%) of the documents to not get logged. However we still…
user5524xx
  • 13
  • 4
0
votes
1 answer

Possibility of enhanced loglevel in sshd for specific users

Is it possible to configure sshd in a way that the log level for specific users is increased to verbose, while other users remain in loglevel Error? Background: Server System with many connections from other network elements sending loads of data…
0
votes
1 answer

How do I get the OpenSSH SFTP subsystem for the client to honor LogLevel settings?

When connecting to a server via SFTP, I can use -o to specify a LogLevel, like so: sftp -oLogLevel=DEBUG3 username@host This spits out a ton of debug information about the login process. However, it gets to this point and all debugs cease: debug1:…
SineSwiper
  • 2,629
  • 3
  • 14
  • 10
0
votes
1 answer

Apache CustomLog for WSGI server is not filtered by LogLevel

I have a WSGI server which is served by an Apache proxy. I would like to have a log file dedicated to that server, so I added the following to the VirtualHost declaration: LogFormat "%h %l %u %t \"%r\" %>s %b" wsgi_server CustomLog…
Adam Matan
  • 13,194
  • 19
  • 55
  • 75
0
votes
1 answer

How to avoid "KERN_WARNING" messages from console during boot time

There are several kernel messages printed to the console during boot time. I do not want the messages with loglevel "KERN_WARNING" to printed to the console. I only want the loglevels above "KERN_WARNING" like "KERN_ERR" to be printed to the console…
LinuxPenseur
  • 443
  • 1
  • 6
  • 16
0
votes
1 answer

apache log level - ignore module

Is it possible to setup Loglevel so that it will ignore a specific module, such as ssl_engine_io.c ?
Ben
  • 3,800
  • 18
  • 65
  • 96
0
votes
1 answer

Connection closed to child 0 with unclean shutdown (server domain.com:443)

I just enbled Loglevel debug and am seeing this error frequently on our visitor traffic. After some googling I'm not really able to determine what it means or what I should do about it... can anyone provide some advice? Connection closed to child 0…
Ben
  • 3,800
  • 18
  • 65
  • 96
0
votes
1 answer

syslog-ng set loglevel/priority to warning or more to be less verbose

How to run/configure syslog-ng to log only above the security loglevel/priority WARNING? I would like to discard NOTICES like: Destination timeout has elapsed, closing connection; fd='36' From the docs:…
nbari
  • 558
  • 1
  • 9
  • 28