Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing the Error LogLevel

Status
Not open for further replies.

mmills1

Programmer
Joined
Apr 8, 2010
Messages
18
Location
GB
I cannot seem to find where to change the LogLevel, I have checked my httpd.conf, errors.conf and several other files. I am running Apache2?

Can somebody tell where to change the LogLevel please?
 
Had a feeling this was the case, is it just that simple as LogLevel = ""

Or how is it written

Cheers
 
Hi

mmills1 said:
is it just that simple as LogLevel = ""
That simple, but with minor differences :
[ul]
[li]No equal sign ( = ) between directive name and parameter.[/li]
[li]Empty string is not a valid parameter for [tt]LogLevel[/tt].[/li]
[/ul]


Feherke.
 
I placed this just above the location of the error log? should it go in a diffretn location.

LogLevel crit
ErrorLog /var/log/apache2/error_log
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top