summaryrefslogtreecommitdiffstats
path: root/server/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault in logging if r->useragent_addr or c->client_addr is unsetStefan Fritsch2012-04-221-4/+6
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-141-4/+4
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-5/+5
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-24/+24
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-7/+7
* Align the format variable for the raw IP between the error_log and theGraham Leggett2011-11-221-12/+1
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-6/+25
* Pass ap_errorlog_info to error_log hook.Stefan Fritsch2011-11-211-7/+4
* Fix logic when to call error_log hookStefan Fritsch2011-11-211-2/+6
* add conn_rec to error log hookJeff Trawick2011-11-181-5/+5
* Fix per-request / per-conn logging, probably broken by r1041140Stefan Fritsch2011-11-091-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-15/+15
* Fix logging of the log id of subrequestsStefan Fritsch2011-07-021-2/+2
* Add support to ErrorLogFormat for logging the system uniqueStefan Fritsch2011-06-221-1/+15
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-2/+4
* allow error log formatters to peek at the message formatJeff Trawick2011-05-091-1/+1
* consolidate logic to remove the pidfile in a new API,Jeff Trawick2011-03-281-0/+19
* Check for s->module_config before using it, as the faked server_rec fromStefan Fritsch2011-01-181-21/+24
* Fix warning about comparing signed/unsignedStefan Fritsch2010-12-011-1/+1
* Add a generic pool cleanup function that sets a pointer to NULL and useStefan Fritsch2010-11-061-11/+1
* Added header include for getpid() prototype on Win32.Guenter Knauf2010-10-201-0/+3
* info.file, info.line, and info.status should not be defined for per-request orStefan Fritsch2010-10-121-6/+9
* add %v and %V to ErrorLogFormatStefan Fritsch2010-10-061-0/+21
* Add generate_log_id hook to allow to use the ID generated by mod_unique_id asStefan Fritsch2010-09-281-22/+42
* In ErrorLogFormat, make it possible to log an item only if the loglevelStefan Fritsch2010-09-261-0/+4
* add errorlog formats for request notes and env varsStefan Fritsch2010-09-121-19/+37
* readability fix, as suggested by Ruediger PluemStefan Fritsch2010-09-101-6/+3
* - Add another check during ErrorLogFormat parsingStefan Fritsch2010-09-061-16/+16
* Add ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-051-138/+573
* Change log_error_core to prefer s over c->base_server for loglevelStefan Fritsch2010-06-151-2/+2
* - Introduce ap_log_cserror to allow mod_ssl to associate log messages toStefan Fritsch2010-06-141-0/+13
* Fix the test of ap_mpm_query's result:Stefan Fritsch2010-06-081-2/+2
* Add descriptive prefix to pid and tid in the error log.Rainer Jung2010-06-081-4/+9
* Add microsecond timestamps to the error log.Rainer Jung2010-06-071-4/+9
* Add process id and thread id (if APR has thread support)Rainer Jung2010-06-071-0/+13
* - Add loglevels to request_rec and conn_recStefan Fritsch2010-06-061-18/+23
* - Introduce log levels trace1/.../trace8Stefan Fritsch2010-06-061-29/+44
* Improve ap_log_cerror:Stefan Fritsch2010-03-101-2/+7
* Use APR_PID_T_FMT instead of %ld and a cast.Graham Leggett2010-02-161-1/+1
* Log command line on startup, so there's a record of command lineDaniel Earl Poirier2010-02-161-0/+27
* Print directive name in error message.Stefan Fritsch2010-02-051-1/+1
* replace duplicate code with new function ap_parse_log_level()Stefan Fritsch2010-02-021-0/+19
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-291-2/+2
* fix or complain about some invalid errno referencesJeff Trawick2009-11-191-0/+1
* * server/log.c: Update comment in piped_log structure, now it is Joe Orton2009-09-161-2/+0
* Force the current directory to the server root in the invocation of the pipedWilliam A. Rowe Jr2009-05-151-0/+4
* Ease migration for the hosts of piped loggers out there, handle theWilliam A. Rowe Jr2009-05-151-1/+15
* Revert the default resource abuse introduced in r104019, which can maskWilliam A. Rowe Jr2009-05-151-10/+37
* Make the piped_log structure opaque:Joe Orton2009-05-151-14/+45
* Revert r774755: ap_server_root_relative() forRainer Jung2009-05-141-10/+2