Bug#705600: logwatch: No output / report for php error log

2013-05-28 Thread Chris
forwarded 705600 http://sourceforge.net/tracker/?func=detail&aid=3612823&group_id=312875&atid=1316826 Thanks Hi, i've forwarded the last patch to upstream. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.d

Bug#705600: logwatch: No output / report for php error log

2013-05-07 Thread Chris
Hi, and thanks again for your reply. > Do you know why PHP formats the time in different formats? At my server only the Europe/Berlin and UTC is logged, the first one was an example how logwatch is trying to use the logformat at the moment. The difference between Europe/Berlin and UTC seems to

Bug#705600: Aw: Re: Bug#705600: logwatch: No output / report for php error log

2013-05-07 Thread Willi Mann
Hi! > sorry for the second mail in this short amount of time but just had some time > to do more test. > > I'm not really familiar with regex but using the attached patch works here > now with the different logfile syntax: > >> [07-May-2013 08:03:24] PHP Warning: foo.bar >> [07-May-2013 08:03:

Bug#705600: Aw: Re: Bug#705600: logwatch: No output / report for php error log

2013-05-07 Thread Chris
Hi, > > could you please try attached patch? > > thanks > WM sorry for the second mail in this short amount of time but just had some time to do more test. I'm not really familiar with regex but using the attached patch works here now with the different logfile syntax: > [07-May-2013 08:03:

Bug#705600: logwatch: No output / report for php error log

2013-05-07 Thread Chris
Hi, > could you please try attached patch? > > thanks > WM thanks for your reply and the patch. After some tests i can confirm that this patch has fixed the Europe/Berlin timezone problem. But just noticed that some scripts are setting/using a different timezone at my server: > [07-May-2013

Bug#705600: logwatch: No output / report for php error log

2013-05-03 Thread Willi Mann
Hi, Am 2013-04-17 14:40, schrieb Chris: > in /usr/share/logwatch/scrpts/services/php and this has fixed this problem > for me. > For the hardcoded type Europe/Berlin we can't use %Z because the output would > be: CEST on my system and won't match Europe/Berlin. > > I don't know if there is a b

Bug#705600: logwatch: No output / report for php error log

2013-04-17 Thread Chris
Ok, after digging through the code i've just replaced: [code] my $date_format = '%d-%b-%Y %H:%M:%S'; [/code] with: [code] my $date_format = '%d-%b-%Y %H:%M:%S Europe/Berlin'; [/code] in /usr/share/logwatch/scrpts/services/php and this has fixed this problem for me. For the hardcoded type Europ

Bug#705600: logwatch: No output / report for php error log

2013-04-17 Thread Chris
Sorry, forgot to post some informations. In the debugging output the logfiles are found added: Logfile Name: php Logfile = /var/log/php5/php_error.log and processed correctly: Preprocessing LogFile: php '/tmp/logwatch.tuInlo08/php-archive' '/var/log/php5/php_error.log' >/tmp/logwatch.tuInlo08/

Bug#705600: logwatch: No output / report for php error log

2013-04-17 Thread Chris
Subject: logwatch: No output / report for php error log Package: logwatch Version: 7.4.0+svn20120502rev103-1 Severity: normal Hi, when using php5-fpm in version 5.4 with logging enabled it seems that logwatch can't create a report for this logfiles. When pointing logwatch 7.3.6.cvs20090906-1sq