logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Notices in error.log
Author
Materix



Joined: 30 Aug 2012
Posts: 37

PostPosted: Sun 30 Sep '12 12:29    Post subject: Notices in error.log Reply with quote

Hi.

Is it possible to change the Apache configuration, so that notices are written to a separate notices.log file, instead of cluttering the error.log fie?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Tue 02 Oct '12 17:17    Post subject: Reply with quote

Within Apache 2.4 you can define the loglevel for each module

e.g.
Code:

LogLevel warn ssl:error auth_digest:error socache_shmcb:warn mpm_winnt:warn fcgid:info


However I never got rid of the notice from mpm_winnt it still remains in the error.log
Back to top


Reply to topic   Topic: Notices in error.log View previous topic :: View next topic
Post new topic   Forum Index -> Apache