This commit is contained in:
parent
f96f4e17ca
commit
cbc51eda70
18
ksystemlog_suse_log_locations.diff
Normal file
18
ksystemlog_suse_log_locations.diff
Normal file
@ -0,0 +1,18 @@
|
||||
diff -urB ksystemlog/src/modes/apache/apacheConfiguration.h new/src/modes/apache/apacheConfiguration.h
|
||||
--- ksystemlog/src/modes/apache/apacheConfiguration.h 2015-10-16 20:39:49.998438710 +0200
|
||||
+++ new/src/modes/apache/apacheConfiguration.h 2015-10-16 20:54:21.414726020 +0200
|
||||
@@ -52,12 +52,12 @@
|
||||
configuration->setCurrentGroup(QLatin1String("ApacheLogMode"));
|
||||
|
||||
QStringList defaultApachePaths;
|
||||
- defaultApachePaths << QLatin1String("/var/log/apache2/error.log");
|
||||
+ defaultApachePaths << QLatin1String("/var/log/apache2/error_log");
|
||||
configuration->addItemStringList(QLatin1String("ApacheLogFilesPaths"), d->apachePaths,
|
||||
defaultApachePaths, QLatin1String("ApacheLogFilesPaths"));
|
||||
|
||||
QStringList defaultApacheAccessPaths;
|
||||
- defaultApacheAccessPaths << QLatin1String("/var/log/apache2/access.log");
|
||||
+ defaultApacheAccessPaths << QLatin1String("/var/log/apache2/access_log");
|
||||
configuration->addItemStringList(QLatin1String("ApacheAccessLogFilesPaths"), d->apacheAccessPaths,
|
||||
defaultApacheAccessPaths,
|
||||
QLatin1String("ApacheAccessLogFilesPaths"));
|
Loading…
Reference in New Issue
Block a user