>Number: 1286
>Category: general
>Synopsis: File/linenumber not always logged
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: apache
>State: open
>Class: sw-bug
>Submitter-Id: apache
>Arrival-Date: Mon Oct 20 22:40:00 PDT 1997
>Last-Modified:
>Originator: [EMAIL PROTECTED]
>Organization:
apache
>Release: 1.3b2
>Environment:
All.
>Description:
http_log.c contains:
if (file && (level & APLOG_LEVELMASK) == APLOG_DEBUG) {
len += ap_snprintf(errstr + len, sizeof(errstr) - len,
"%s(%d): ", file, line);
}
This is irritating, as some error messages are duplicated. File and line number
should
be logged for all levels.
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Unformatted: