Re: [NOTICE] pear.apache.org is being shut down, April 20th 2017.

2017-03-21 Thread Christian Grobmeier
It would be possible to be se satis for composer support. It's static files only and can be committed and generated. Would infra somehow support this when the scripts were provided? On Tue, Mar 21, 2017, at 17:26, Sven Rautenberg wrote: > The usual way to distribute PHP libraries today is vi

Re: [NOTICE] pear.apache.org is being shut down, April 20th 2017.

2017-03-20 Thread Christian Grobmeier
On Mon, Mar 20, 2017, at 21:07, Gavin McDonald wrote: > >> On 21 Mar 2017, at 6:45 am, Christian Grobmeier >> wrote: >> >> Hi Daniel, >> >> log4php is not using pear. >> >> Thanks, >> Christian > > Thanks Chris

Re: [NOTICE] pear.apache.org is being shut down, April 20th 2017.

2017-03-20 Thread Christian Grobmeier
Hi Daniel, log4php is not using pear. Thanks, Christian On Mon, Mar 20, 2017, at 20:43, Daniel Gruno wrote: > Hi folks, > > as the subject says, we'll be shutting down pear.apache.org in about 30 > days from now. There is no immediate replacement scheduled, as the > service is not being activel

[ANNOUNCEMENT] Welcome Ralph Goers as the new Apache Logging Chair

2015-11-20 Thread Christian Grobmeier
Hello all, I was the chair of the Apache Logging Services project for 3 1/2 years. Thank you, it was a great time. But it is time to move on. I think it is critical for ASF projects to let the Chair role rotate. At Logging Services, we agreed to discuss the role each year at the time of the ASF

PHP minimum req for 3.x (was: Re: LOG4PHP-211)

2015-02-25 Thread Christian Grobmeier
5.3.0 > > On 02/24/2015 07:34 PM, Christian Grobmeier wrote: > > Hey all, > > > > On Tue, Feb 24, 2015, at 19:22, Sven Rautenberg wrote: > >> You must implement the interface as it is, or you wouldn't be > >> implementing it. > >> >

Re: LOG4PHP-211

2015-02-24 Thread Christian Grobmeier
Hey all, On Tue, Feb 24, 2015, at 19:22, Sven Rautenberg wrote: > You must implement the interface as it is, or you wouldn't be > implementing it. > +1. Either implementing it, or not. As Sven said, 3.x can break bc. We use semver.org. > Offering PSR-3 is incompatible. Releasing version 3.0 sig

[jira] [Created] (LOG4PHP-216) Create an Apache Flume appender

2013-12-16 Thread Christian Grobmeier (JIRA)
Christian Grobmeier created LOG4PHP-216: --- Summary: Create an Apache Flume appender Key: LOG4PHP-216 URL: https://issues.apache.org/jira/browse/LOG4PHP-216 Project: Log4php Issue Type

[jira] [Created] (LOG4PHP-215) Create a Logstash appender

2013-12-16 Thread Christian Grobmeier (JIRA)
Christian Grobmeier created LOG4PHP-215: --- Summary: Create a Logstash appender Key: LOG4PHP-215 URL: https://issues.apache.org/jira/browse/LOG4PHP-215 Project: Log4php Issue Type

Support for Psr\Log

2013-12-16 Thread Christian Grobmeier
Hi folks, https://issues.apache.org/jira/browse/LOG4PHP-211 describes to support Psr\Log: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md Although I do not like every aspect of the facade, I see its going supported by more and more libraries (like monolo

Re: MDC, NDC (was: Re: Restarting development)

2013-12-01 Thread Christian Grobmeier
? Yes, thanks a lot! Regards, Ivan On 1 December 2013 17:20, Christian Grobmeier wrote: On 1 Dec 2013, at 11:37, Ivan Habunek wrote: On 1 December 2013 11:23, Christian Grobmeier wrote: In Log4j2 we have not kept it because we lack of such a scenario. In addition people seem to be

Re: MDC, NDC (was: Re: Restarting development)

2013-12-01 Thread Christian Grobmeier
On 1 Dec 2013, at 11:37, Ivan Habunek wrote: On 1 December 2013 11:23, Christian Grobmeier wrote: In Log4j2 we have not kept it because we lack of such a scenario. In addition people seem to be confused over NDC. Curious about your ideas here (also useful for docs, in case we keep it

Re: MDC, NDC (was: Re: Restarting development)

2013-12-01 Thread Christian Grobmeier
On 1 Dec 2013, at 9:42, Ivan Habunek wrote: On 30 November 2013 21:23, Christian Grobmeier wrote: We actually have MDC and NDC. Thanks. I know remember that I put some work in these classes before ages. In this case I am caring about the docs. However I never found much sense in the NDC

MDC, NDC (was: Re: Restarting development)

2013-11-30 Thread Christian Grobmeier
emove NDC? Cheers Ivan On 30 November 2013 20:43, Christian Grobmeier wrote: Hi folks, I would like to step in again too. One of my main interests is to implement a mapped diagnostic context. In log4j1 it is known as MDC, in log4j2 it is the thread context: http://logging.apache.org/log4j/

Re: Restarting development

2013-11-30 Thread Christian Grobmeier
Hi folks, I would like to step in again too. One of my main interests is to implement a mapped diagnostic context. In log4j1 it is known as MDC, in log4j2 it is the thread context: http://logging.apache.org/log4j/2.x/manual/thread-context.html I really see benefits in having such a feature in

[jira] [Updated] (LOG4PHP-211) Add support for PSR-3

2013-07-22 Thread Christian Grobmeier (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier updated LOG4PHP-211: Fix Version/s: 3.0.0 > Add support for PS

[jira] [Updated] (LOG4PHP-121) Log4PHP classes should have namespace/package prefix

2013-07-22 Thread Christian Grobmeier (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier updated LOG4PHP-121: Fix Version/s: 3.0.0 > Log4PHP classes should have namespace/package pre

[jira] [Created] (LOG4PHP-211) Add support for PSR-3

2013-07-22 Thread Christian Grobmeier (JIRA)
Christian Grobmeier created LOG4PHP-211: --- Summary: Add support for PSR-3 Key: LOG4PHP-211 URL: https://issues.apache.org/jira/browse/LOG4PHP-211 Project: Log4php Issue Type

[jira] [Resolved] (LOG4PHP-210) Appenders cause filesize(): stat failed

2013-07-22 Thread Christian Grobmeier (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Grobmeier resolved LOG4PHP-210. - Resolution: Fixed fixed on develop > Appenders cause files

[jira] [Created] (LOG4PHP-210) Appenders cause filesize(): stat failed

2013-07-22 Thread Christian Grobmeier (JIRA)
Christian Grobmeier created LOG4PHP-210: --- Summary: Appenders cause filesize(): stat failed Key: LOG4PHP-210 URL: https://issues.apache.org/jira/browse/LOG4PHP-210 Project: Log4php

LoggerAppenderRollingFile confusion

2013-06-07 Thread Christian Grobmeier
Hi, these docs: http://logging.apache.org/log4php/docs/appenders/rolling-file.html say, one must include a %s: "Should contain a %s which gets substituted by the date." I have tried that, but it seems I don't need to do that. From the code I didn't see anything which would point into that direct

Re: PSR-Standard

2013-05-29 Thread Christian Grobmeier
I think Ivan has started some effort here. Actually I believe we need to go with namespaces soon. On Thu, May 16, 2013 at 5:23 PM, Florian Semm wrote: > Hey, > > are there any plans to adpot the PSR-Standard (which includes namespaces)? > > > Regards > > Florian > > Von meinem iPad gesendet --

Re: PSR-3

2013-01-17 Thread Christian Grobmeier
On Fri, Jan 18, 2013 at 2:00 AM, Ivan Habunek wrote: > On 17 January 2013 07:47, Florian Semm wrote: >> Somebody should become a member of the fig voters board. > > I went ahead and nominated myself: > https://groups.google.com/d/topic/php-fig/meAfHFOk10M/discussion > > Let's see how that goes.

Re: PSR-3

2013-01-17 Thread Christian Grobmeier
On Thu, Jan 17, 2013 at 10:00 PM, Ivan Habunek wrote: > On 17 January 2013 21:53, Christian Grobmeier wrote: >> There will be a day we need to support namespaces. PHP is progressing >> and namespaces are part of it. >> Maybe we should put the non-namespace code to maintena

Re: PSR-3

2013-01-17 Thread Christian Grobmeier
On Thu, Jan 17, 2013 at 8:24 AM, Ivan Habunek wrote: > On 17 January 2013 07:47, Florian Semm wrote: >> The fingerprint and naming of all logging methods is quite different to the >> methods of log4php. It means much adjustments in the Logger class. Maybe a >> wrapper class, which implements th

Re: New Appender Name

2013-01-07 Thread Christian Grobmeier
On Sun, Jan 6, 2013 at 11:53 PM, Ivan Habunek wrote: > On 6 January 2013 19:50, Palmer, Eric wrote: >> LoggerAppenderAwsSQS >> LoggerAppenderAwsSNS >> LoggerAppenderAwsSimpleDB >> >> What is your preference > > I'd prefer the second variation - the one with capitalised SQS and > SNS. Looks better

Re: Interest in Appenders for Amazon Cloud Services?

2013-01-06 Thread Christian Grobmeier
in released then I can prompt it with >> AWS forums and with our amazon representative. >> >> I suspect that doing the SNS (Simple Notification Services - like email and >> text messages but AWS encapsulated) will be very easy and Simple DB will >> follow after that. &g

Re: Interest in Appenders for Amazon Cloud Services?

2013-01-04 Thread Christian Grobmeier
Hello Eric, I would love to see such cool appenders in log4php. In log4php we usually accept donations like that when we have your ICLA on file (smaller patches are accepted without). Its here: http://www.apache.org/licenses/icla.txt Basically the ICLA tells us we can really take your code, beca

Re: Verifying the git repo

2012-12-03 Thread Christian Grobmeier
I looked at it and could not find any issue (except duplicate tags) Lets go for it! Cheers On Fri, Nov 30, 2012 at 4:38 PM, Ivan Habunek wrote: > Heads up, > > If no problems are found by Monday (T+3) then I will notify infra to > continue with the migration process. > > Please take a little ti

Re: LoggerAutoloader - Why "include" and not "require"?

2012-11-23 Thread Christian Grobmeier
On Fri, Nov 23, 2012 at 5:36 PM, businessdad wrote: > > > On Fri, Nov 23, 2012 at 4:26 PM, Christian grobmeier [via Apache Logging] > <[hidden email]> wrote: >> >> On Fri, Nov 23, 2012 at 4:38 PM, businessdad >> <[hidden email]> wrote: >> >>

Re: LoggerAutoloader - Why "include" and not "require"?

2012-11-23 Thread Christian Grobmeier
On Fri, Nov 23, 2012 at 4:38 PM, businessdad wrote: > I had some issues with a client where Log4php is installed. He got the error > class LoggerHierarchy not found, and I found out that, for some reasons, the > Autoloader could not load the file. > > Unfortunately, as it often happens in producti

Re: Moving log4php to git

2012-11-09 Thread Christian Grobmeier
Love it. Thanks for submitting it Ivan Cheers On Fri, Nov 9, 2012 at 9:48 AM, Ivan Habunek wrote: > Hi all, > > I have submitted a ticket to move log4php to git. I believe this might > be a step in the right direction for attracting more submissions, > since I have encountered several people wil

Re: ApacheCon meetup

2012-10-24 Thread Christian Grobmeier
Me is there too. I am there on wednesday and thursday. My twitter is @grobmeier And we should all take our GPG stuff with us to finally be able to sign each others keys Cheers Christian On Wed, Oct 24, 2012 at 4:05 PM, Ivan Habunek wrote: > I will be at ApacheCon EU in Sinsheim for the full dura

Re: [ANNOUNCE] Apache log4php 2.1.0 released

2012-10-13 Thread Christian Grobmeier
Added this to the blog On Sat, Oct 13, 2012 at 1:01 PM, Ivan Habunek wrote: > Dear all, > > The Apache log4php team is pleased to announce the release of Apache > log4php 2.3.0. > > Significant changes in this release include: > * Ability to override the default renderer. > * New experimental app

Re: [VOTE] Release Apache log4php 2.3.0

2012-10-11 Thread Christian Grobmeier
+1 I have expected some SHA1 but they are not so important if you ask me. The new site looks great! Good job, thank you! Best regards On Mon, Oct 8, 2012 at 5:56 PM, Ivan Habunek wrote: > Dear all, > > It is my pleasure to announce the first release candidate for Apache > log4php version 2.3.0.

[jira] [Created] (LOG4PHP-195) Create "subpackages" for some appenders

2012-10-08 Thread Christian Grobmeier (JIRA)
Christian Grobmeier created LOG4PHP-195: --- Summary: Create "subpackages" for some appenders Key: LOG4PHP-195 URL: https://issues.apache.org/jira/browse/LOG4PHP-195 Projec

[jira] [Created] (LOG4PHP-194) replace xdoc/apt with something normal

2012-10-08 Thread Christian Grobmeier (JIRA)
Christian Grobmeier created LOG4PHP-194: --- Summary: replace xdoc/apt with something normal Key: LOG4PHP-194 URL: https://issues.apache.org/jira/browse/LOG4PHP-194 Project: Log4php Issue

[jira] [Created] (LOG4PHP-193) Separate the web and the user's manual

2012-10-08 Thread Christian Grobmeier (JIRA)
Christian Grobmeier created LOG4PHP-193: --- Summary: Separate the web and the user's manual Key: LOG4PHP-193 URL: https://issues.apache.org/jira/browse/LOG4PHP-193 Project: Log4php

[jira] [Created] (LOG4PHP-192) Replace Maven with Phing?

2012-10-08 Thread Christian Grobmeier (JIRA)
Christian Grobmeier created LOG4PHP-192: --- Summary: Replace Maven with Phing? Key: LOG4PHP-192 URL: https://issues.apache.org/jira/browse/LOG4PHP-192 Project: Log4php Issue Type: New

[jira] [Created] (LOG4PHP-191) Make use of Composer

2012-10-08 Thread Christian Grobmeier (JIRA)
Christian Grobmeier created LOG4PHP-191: --- Summary: Make use of Composer Key: LOG4PHP-191 URL: https://issues.apache.org/jira/browse/LOG4PHP-191 Project: Log4php Issue Type: New Feature

[jira] [Commented] (LOG4PHP-186) Enable the JIRA wiki renderer

2012-09-07 Thread Christian Grobmeier (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450597#comment-13450597 ] Christian Grobmeier commented on LOG4PHP-186: - Yes its fine, thank

[jira] [Commented] (LOG4PHP-186) Enable the JIRA wiki renderer

2012-09-07 Thread Christian Grobmeier (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450555#comment-13450555 ] Christian Grobmeier commented on LOG4PHP-186: - I cannot update them.

Re: Proposal: adopt the PSR-2 coding standard

2012-06-15 Thread Christian Grobmeier
ristian > > Regards, > Ivan > > [1] http://pear.php.net/package/PHP_CodeSniffer > > On 13 June 2012 13:09, Christian Grobmeier wrote: >> ugh inline brackets?? >> This is pretty much C >> >> well if anybody else wants this... I am a huge fan of inline bracket

Re: Proposal: adopt the PSR-2 coding standard

2012-06-13 Thread Christian Grobmeier
ugh inline brackets?? This is pretty much C well if anybody else wants this... I am a huge fan of inline brackets but of course I will follow the majority. Cheers On Wed, Jun 13, 2012 at 10:04 AM, Ivan Habunek wrote: > The PSR coding standards [1] have recently been approved by the PHP > Fr

Re: Docs and tests

2012-05-28 Thread Christian Grobmeier
On Mon, May 28, 2012 at 10:33 AM, Ivan Habunek wrote: > Hi! > > I have two things I'd like to do: > > First, I'd like to move phpunit.xml to root of the project. Every time > i want to execute tests I have to "cd src/test/php", then execute > phpunit, while all other actions are done from root. +

Re: CI-Server

2012-05-27 Thread Christian Grobmeier
On Sat, May 26, 2012 at 6:07 PM, Ivan Habunek wrote: > It seems PHPUnit is failing. The problem could be caused by a wrong > include path. For some reason phpunit is included from > /home/gmcdonald/bin/phpunit. > > Unfortunately, I don't have shell access to the CI server. Maybe > Christian can ha

[jira] [Commented] (LOG4PHP-177) logger writes every message twice

2012-04-29 Thread Christian Grobmeier (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264537#comment-13264537 ] Christian Grobmeier commented on LOG4PHP-177: - sounds like an additi

Re: Git for Log4PHP and CloudStack

2012-04-18 Thread Christian Grobmeier
Fellows, [dropped other email recipients] does one of us have the time / competence to help with these issues? I looked at it, but must say this is not for me. I can report and document, but I am not a hardcore user of git. Anybody else feels the urgent need to do it? If no, i will tell ppl we a

Log4PHP > Git

2012-04-12 Thread Christian Grobmeier
Hello Infra-Team, I have lost the discussion after it has been said that some projects are able to move to Git as part of the Git@Apache experiment. In log4php world we have discussed to move to git recently. Some users have stopped contributing because we are not on git, and before short we have

Re: buildbot failure in ASF Buildbot on log4php-trunk

2012-03-22 Thread Christian Grobmeier
changed it so that /home/gmcdonald/bin is > in the path before /usr/bin and /usr/local/bin... This may mean that > we're including the wrong phpunit, as you suspected. > > Can you maybe contact Gavin and ask him what's up? Yes, will write him right now. Cheers Christian

Re: buildbot failure in ASF Buildbot on log4php-trunk

2012-03-22 Thread Christian Grobmeier
Ok anybody has got an idea on that? Not sure... did it always take the phpunit out from Gavins home? Somehow I doubt... Commits recently which might kill this build? Cheers Christian unit-testing: [mkdir] Created dir: /home/buildslave1/slave1/log4php-trunk/build/target/surefire-reports

Re: Deprecate LoggerLayoutTTCC

2012-03-16 Thread Christian Grobmeier
+1 good arguments, lets deprecate it On Fri, Mar 16, 2012 at 10:37 AM, Ivan Habunek wrote: > Hi all, > > It's my opinion that the TTCC layout should be deprecated. My reasons are: > 1. The name is confusing - uses the terms "category" inherited from > log4j, and "thread" which makes no sense in P

Re: offline

2012-02-25 Thread Christian Grobmeier
Enjoy!! Cheers! On Sat, Feb 25, 2012 at 5:33 PM, Florian Semm wrote: > Hi, > > > i am the next seven day off (holiday). > > > regards, > > florian -- http://www.grobmeier.de https://www.timeandbill.de

Re: Proposal: database appender should not create tables

2012-02-24 Thread Christian Grobmeier
On Fri, Feb 24, 2012 at 10:52 AM, Ivan Habunek wrote: > On 24 February 2012 10:43, Christian Grobmeier wrote: >> I am not sure about the "create table" statments. Do you mean they >> need to be executed by hand? Or is this some kind of automatic >> process? >

Re: Proposal: database appender should not create tables

2012-02-24 Thread Christian Grobmeier
On Fri, Feb 24, 2012 at 10:29 AM, Ivan Habunek wrote: > Hi all, > > The current database appender has an option of creating a table if > none exists. I would prefer that it doesn't. There are two main > reasons: > 1. You cannot be sure that the CREATE TABLE statement will work on > every database.

Re: [ANN] Apache log4php 2.2.1 released

2012-02-19 Thread Christian Grobmeier
Hi, I created a blog entry for this annoucment: https://blogs.apache.org/logging/entry/apache_log4php_2_2_1 Cheers Christian On Sun, Feb 19, 2012 at 9:21 AM, Ivan Habunek wrote: > Dear all, > > The Apache log4php team is pleased to announce the release of Apache > log4php 2.2.1. > > This is a m

Re: [VOTE] Release Apache log4php 2.2.1

2012-02-17 Thread Christian Grobmeier
Fellow PMC'ers, we need your help ones again - one more vote is needed, does anybody find the time? Highly appreciated! Please respond to the general/log4php-dev list - thanks! Cheers Christian On Wed, Feb 15, 2012 at 11:01 AM, Ivan Habunek wrote: > Dear all, > > It is my pleasure to announce t

Re: [VOTE] Release Apache log4php 2.2.1

2012-02-16 Thread Christian Grobmeier
Checked sigs, looked into packages, checked the site. Looks all very good to me thus a big +1 and a huge "thank you" for the work! Cheers Christian On Wed, Feb 15, 2012 at 11:01 AM, Ivan Habunek wrote: > Dear all, > > It is my pleasure to announce the first release candidate for Apache > log4php

Re: New site look

2012-02-12 Thread Christian Grobmeier
+1 On Feb 12, 2012 4:20 PM, "Florian Semm" wrote: > Am 12.02.2012 15:06, schrieb Ivan Habunek: > >> Since there were no objections for the proposed site changes, I have >> committed them to trunk. After fine tuning the design for the last 5h, that >> is. >> >> You can see the latest version here:

Re: Git for log4php? (was: Re: [jira] [Updated] (LOG4PHP-141) Allow setting of a default Renderer for all Classes)

2012-02-12 Thread Christian Grobmeier
s manage to work > with it within a few minutes. > If you move to git, I would be happy to increase my activity on log4php. > > Thank you > > Vladimír Gorej | CodeScale s.r.o. > email: go...@codescale.net > tel: +421 948 023 011 > web: http://www.codescale.net >

Re: Git for log4php? (was: Re: [jira] [Updated] (LOG4PHP-141) Allow setting of a default Renderer for all Classes)

2012-02-12 Thread Christian Grobmeier
On Sun, Feb 12, 2012 at 12:38 PM, Ivan Habunek wrote: > On 12 February 2012 12:33, Christian Grobmeier wrote: >> >> > Does this mean that we can use git and svn in parallel, or once we >> > switch to >> > git we can no longer use svn? >> >> Good

Re: Git for log4php? (was: Re: [jira] [Updated] (LOG4PHP-141) Allow setting of a default Renderer for all Classes)

2012-02-12 Thread Christian Grobmeier
On Sun, Feb 12, 2012 at 12:29 PM, Ivan Habunek wrote: > On 12 February 2012 12:26, Christian Grobmeier wrote: >> >> No. We need to host the code at the ASF repos. >> >> But there is a github mirror of log4php: >> https://github.com/apache/log4php >> >>

Re: Git for log4php? (was: Re: [jira] [Updated] (LOG4PHP-141) Allow setting of a default Renderer for all Classes)

2012-02-12 Thread Christian Grobmeier
On Sun, Feb 12, 2012 at 12:13 PM, Florian Semm wrote: > Am 12.02.2012 11:46, schrieb Christian Grobmeier: > is it also a switch to github?? No. We need to host the code at the ASF repos. But there is a github mirror of log4php: https://github.com/apache/log4php Which is forked (righ

Re: Git for log4php? (was: Re: [jira] [Updated] (LOG4PHP-141) Allow setting of a default Renderer for all Classes)

2012-02-12 Thread Christian Grobmeier
On Sun, Feb 12, 2012 at 11:39 AM, Ivan Habunek wrote: > On 12 February 2012 11:33, Florian Semm wrote: >>> >>> Yep. It similar to me. I have used git a while, but I am far from a >>> master. Working in a team with git was never important for me till >>> now. >> >> >> I use git together with git-h

Re: Git for log4php? (was: Re: [jira] [Updated] (LOG4PHP-141) Allow setting of a default Renderer for all Classes)

2012-02-12 Thread Christian Grobmeier
On Sun, Feb 12, 2012 at 11:16 AM, Ivan Habunek wrote: > On 12 February 2012 11:09, Christian Grobmeier wrote: >> >> On Sun, Feb 12, 2012 at 11:04 AM, Florian Semm >> wrote: >> >> If it's a "huge nasty piece", we can make a branch for it. >&g

Git for log4php? (was: Re: [jira] [Updated] (LOG4PHP-141) Allow setting of a default Renderer for all Classes)

2012-02-12 Thread Christian Grobmeier
On Sun, Feb 12, 2012 at 11:04 AM, Florian Semm wrote: >> If it's a "huge nasty piece", we can make a branch for it. > > Branches make me always a headache. me too. branches are no fun. Now... at infra is the so called "git experiment" running. We might be able to switch to git too. This would mak

Re: [jira] [Updated] (LOG4PHP-141) Allow setting of a default Renderer for all Classes

2012-02-12 Thread Christian Grobmeier
Hello, i think we have never discussed it at log4php before (just 2 people max :-)) but I think we should follow "Commit then review". If it is a huge, nasty piece of code we can discuss it before on the mailinglist. What do you think guys? Cheers Christian On Sat, Feb 11, 2012 at 8:45 PM, Flor

Re: Configuration-Errors

2012-02-09 Thread Christian Grobmeier
On Thu, Feb 9, 2012 at 8:40 AM, Florian Semm wrote: > Hi, > > yesterday we had a problem with the configuration: getLogger returned a > logger with the configuration of the root-logger: ... > We have forgot the option 'logger' under 'rootLogger'. It is maybe better to > trigger a notice 'you have

Re: New web site appearence

2012-02-08 Thread Christian Grobmeier
+1, a huge improvment - again! thanks ivan On Tue, Feb 7, 2012 at 12:50 PM, Ivan Habunek wrote: > Hi everybody, > > I took some time recently to port the log4php web site to the new > version 2.0 of Bootstrap [1]. This got me thinking... > > It is my opinion that, in the current design, the bread

Re: Jira

2012-02-05 Thread Christian Grobmeier
Hello Florian, On Sun, Feb 5, 2012 at 3:51 PM, Florian Semm wrote: > I was working on an issue, so I want to assign this ticket to me. see > https://issues.apache.org/jira/browse/LOG4PHP-164 I tried to assign it to you, but you need to be a committer so it is not possible. Anyway we know now you

Re: Jira

2012-02-05 Thread Christian Grobmeier
Hey Florian, not sure, but my guess is you need to have committer karma or so. But don't worry, we have not used that "assign" feature very much. At the moment we are just 2 active asf people here (and the only one who currently codes is Ivan :)) and we can communicate who-does-what on the mailing

Re: [PATCH] new appender: LoggerAppenderDailyRollingFile

2012-01-13 Thread Christian Grobmeier
Hello Viktor, how does it compare to this appender? http://logging.apache.org/log4php/docs/appenders/daily-file.html Is it an extension? Thanks for your work! Cheers On Fri, Jan 13, 2012 at 2:06 PM, Viktor Radnai wrote: > Hi all, > > This is my first post to this list. I have created a > Logger

Re: Autoloader class

2012-01-03 Thread Christian Grobmeier
On Tue, Jan 3, 2012 at 8:44 AM, Ivan Habunek wrote: > On 2 January 2012 17:45, Christian Grobmeier wrote: >> +1 >> Sad but true. >> >> I just had a random thought. Not sure if it is true because I am not >> that hardcore user of git... >> but wouldn't

Re: Autoloader class

2012-01-02 Thread Christian Grobmeier
On Mon, Jan 2, 2012 at 4:18 PM, Ivan Habunek wrote: > Hi Florian, > > On 2 January 2012 16:07, Florian Semm wrote: >> That's a good point and it isn't much work. >> >> Do we need the $_classes array or is a naming-conversion for the classes >> (PEAR/Zend) an alternative solution? > > I'm not a fa

Re: Autoloader class

2012-01-02 Thread Christian Grobmeier
On Mon, Jan 2, 2012 at 2:51 PM, Ivan Habunek wrote: > There's one thing that's been bugging me for ages, and that's the > array used for autoloading which is located at the beginning of > Logger.php ($_classes). > > I think it should be moved into a separate class, e.g. > LoggerAutoLoader.php, alo

Re: [jira] [Resolved] (LOG4PHP-166) LoggerAppenderMongoDB should supply a timeout value to the Mongo() constructor when it connects for the first time.

2011-12-22 Thread Christian Grobmeier
Looks good now, thanks for getting back to this On Thu, Dec 22, 2011 at 3:38 PM, Ivan Habunek wrote: > Hi! > > Good catch. Fixed it now. Have another look please. > > Regards, > Ivan > > On 22 December 2011 15:31, Christian Grobmeier wrote: >> Hi Ivan, >>

Re: [jira] [Resolved] (LOG4PHP-166) LoggerAppenderMongoDB should supply a timeout value to the Mongo() constructor when it connects for the first time.

2011-12-22 Thread Christian Grobmeier
Hi Ivan, I can see: DEFAULT_TIMEOUT_VALUE but I cannot see how it is used - so far it looks to me always 0 is used in case no timeout has been specified Cheers On Thu, Dec 22, 2011 at 2:30 PM, Ivan Habunek (Resolved) (JIRA) wrote: > >     [ > https://issues.apache.org/jira/browse/LOG4PHP-166?p

Re: Voting on Apache log4php 2.2.0

2011-12-18 Thread Christian Grobmeier
Ralph - thanks! have you looked on the RC2 version? You answered in the thread for the RC1 version Just to make sure Cheers Christian On Mon, Dec 19, 2011 at 12:09 AM, Ralph Goers wrote: > I'm not subscribed to the log4jphp-dev list as I don't do PHP development. > I've looked at the site, and

Re: [VOTE] Release Apache log4php 2.2.0 (RC2)

2011-12-17 Thread Christian Grobmeier
OK looks good to me: +1 Thanks! On Sat, Dec 17, 2011 at 12:08 PM, Ivan Habunek wrote: > Dear all, > > It is my pleasure to announce the second release candidate for Apache > log4php version 2.2.0. > > Changes since RC1 are: >  * Updated LICENSE file to include jQuery license >  * Fixed dates in

Re: [VOTE] Release Apache log4php 2.2.0

2011-12-17 Thread Christian Grobmeier
On Sat, Dec 17, 2011 at 10:33 AM, Ivan Habunek wrote: > Hi Scott, > > On 17 December 2011 09:41, Scott Deboy wrote: >> Do we care about the jquery license for the site?  If so, we need something >> in the notice file...otherwise, I guess we're ok...from the rat report: >> >> 4 Unknown Licenses >>

Re: [VOTE] Release Apache log4php 2.2.0

2011-12-17 Thread Christian Grobmeier
/bootstrap.min.css > > > Also, in the changelog, the release date: TBA, when does that get updated? > > If the jquery license doesn't need to be added to the notice file, I'm +1 > > Scott > > > On Fri, Dec 16, 2011 at 11:20 PM, Christian Grobmeier >

Re: Contributing to log4php

2011-12-16 Thread Christian Grobmeier
Welcome Buddhika, looking forward to your contributions! Cheers Christian On Thu, Dec 15, 2011 at 3:22 PM, Ivan Habunek wrote: > Sorry everybody, I forgot to change the subject of the email and > posted it as a reply to the [VOTE] thread. > > We can discuss contributions in this thread. > > Best

Re: [VOTE] Release Apache log4php 2.2.0

2011-12-16 Thread Christian Grobmeier
+1 Checked the site (AMAZING work, thanks!!), the sigs, checksums etc. - we should update the NOTICE file with the next release, because copyright is 2004 - 2011, not 2010 - on the the site top left in the branding bar - is it possible to add a tm to products name? it is very prominent. - we shou

Re: Release manager for 2.2

2011-12-13 Thread Christian Grobmeier
No objections. Thanks for the hard work so far and thanks for serving as RM. I gladly serve as release tester :) Cheers Christian On Tue, Dec 13, 2011 at 3:46 PM, Ivan Habunek wrote: > Hi everybody, > > The work planned for 2.2. has been done and there are no pending > issues left in JIRA. If no

Re: New Release

2011-12-08 Thread Christian Grobmeier
Thanks Ivan for sharing on list. Florian, at the ASF we say:"if it didn't happen on list, it didn't happen". Even when most of us are pretty inactive (like me), some of us are still interested (like me) and probably want to lend a hand. On topic, I would love to see a new release. I think there i

Re: Phing integration

2011-11-25 Thread Christian Grobmeier
On Thu, Nov 24, 2011 at 11:33 AM, Ivan Habunek wrote: > On 24 November 2011 11:12, Florian Semm wrote: >> May I contact the guys from Phing and notify them about the new Phing-Tag? >> >> Maybe the tag become a core-feature. > > Of course you may. Go ahead an let us know what they think. +1 We w

Re: buildbot success in ASF Buildbot on log4php-trunk

2011-11-25 Thread Christian Grobmeier
I have asked on infra@ if I am allowed to install this. Stay tuned! On Mon, Nov 21, 2011 at 3:46 PM, Ivan Habunek wrote: > OK it worked, but now we have skipped tests. Probably mongodb. :-) > > Christian, If you have the time/energy, instructions for mongodb are here: > http://wiki.apache.org/log

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
Generator/Invocation.phpMatcher/ MockObject.phpVerifiable.php For the record, I needed to uninstall PHP_Unit/Selenium first Do you have a commit left to try out? :-) On Mon, Nov 21, 2011 at 3:12 PM, Ivan Habunek wrote: > On 21 November 2011 14:57, Christian Grobme

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
On Mon, Nov 21, 2011 at 2:21 PM, Ivan Habunek wrote: > /usr/share/php/PHPUnit/Framework/MockObject/ Something strange is going on. Look at this: grobmeier@ceres:~$ ls /usr/share/php/PHPUnit/Framework/MockObject/ Autoload.php Generator Invocation MockBuilder.php Stub Looking into Autoload, a

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
On Mon, Nov 21, 2011 at 12:40 PM, Ivan Habunek wrote: > pear list -c pear.phpunit.de This is the output: grobmeier@ceres:~$ pear list -c pear.phpunit.de Installed packages, channel pear.phpunit.de: PackageVersion State File_Iterator

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
> this is the problem: > > Fatal error: phpunit_mockobject_autoload(): Failed opening required > '/usr/share/php/PHPUnit/Framework/MockObject/Generator.php' > > In my patch I use the phpunit getMock-method. maybe this caused the problem. Ah ok... is there any add on one must install to phpunit?

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
On Mon, Nov 21, 2011 at 11:32 AM, Florian Semm wrote: > so what your problems? :) Have not had time to look into this: http://ci.apache.org/builders/log4php-trunk/builds/155 > maybe we can solve them together ;) You are welcome! Cheers CHristian -- http://www.grobmeier.de https://www.timeand

Re: Phing integration

2011-11-21 Thread Christian Grobmeier
> hey, > > i think i made it. there is now a - tag in Phing avaiable, with the > same functionality like the - tag of ant > (http://ant.apache.org/manual/Tasks/recorder.html) > > i also have created a git-hub repository: > https://github.com/floriansemm/Phing-Log Wow, that was quick! What are y

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
On Sat, Nov 19, 2011 at 2:27 PM, Florian Semm wrote: > Am 19.11.2011 11:33, schrieb build...@apache.org: > what do you think about the ci-server jenkins? Here are the supported CIs from the ASF: http://ci.apache.org/ Jenkins is possible. Not sure if it does resolve our problems :-) -- http:

Re: Phing integration

2011-11-16 Thread Christian Grobmeier
+1 that would be very cool. On Tue, Nov 15, 2011 at 8:03 PM, Florian Semm wrote: > We are currently working on a deployment script written in phing. This > script will be execute by a ci-server. A "nice to have"-feature is the > logging of all build-tasks. I've found nothing about a phing task l

Re: trigger errors

2011-11-12 Thread Christian Grobmeier
On Sat, Nov 12, 2011 at 8:36 PM, Ivan Habunek wrote: > On 12 November 2011 20:31, Christian Grobmeier wrote: >> Good question. >> >> In my world logging framework should never break an application. So... >> what exactly is an error? A console output? standard php log

Re: trigger errors

2011-11-12 Thread Christian Grobmeier
On Sat, Nov 12, 2011 at 8:26 PM, Florian Semm wrote: > i have ran some unit-tests with an incomplete xml-config. so how exact > should be an configuration-error? > > my appender config looks like this: > > > > there is no class attribute or layout option. should all this missing > options trigger

Re: Reduce configure overhead

2011-11-12 Thread Christian Grobmeier
On Sat, Nov 12, 2011 at 12:04 PM, Florian Semm wrote: > if you need some help for the next release, I would like to help you Florian, we are always glad about help! Here is some info on that: http://www.apache.org/foundation/getinvolved.html http://logging.apache.org/log4php/contributingpatches.h

Re: PHP Configurator in experimental branch

2011-10-08 Thread Christian Grobmeier
> in the old version of LoggerConfiguratorPhp it was possible to pass an array > to the configure method. In the rewrite of this class their is explicit a > file required as argument. > > Is there a way to pass an array to this configurator? If not - patches welcome! :-) Create a patch and send it

Re: change createObject

2011-10-02 Thread Christian Grobmeier
Hello Florian, > i start the developing of a Log4PhpBundle for the Symfony2 framework. The > basic appenders like AppenderFile and AppenderRollingFile work fine. Now I > want to integrate the doctrine-service for the db logging. But there are some > probleme with die LoggerReflectionUtils::crea

Re: Site improvements

2011-09-27 Thread Christian Grobmeier
>> Do you plan to include the bootstrap-css system itself? > > Not sure what you mean by "bootstrap-css system". I meant to include > the whole bootstrap.css file as-is, and then override bits I don't > like in site.css. This makes it clear where the file came from, the > file remains unchanged, an

  1   2   3   4   5   6   7   >