Re: AMQP appender

2014-05-19 Thread Dmitriy Ulyanov
or a message queue). >> >> What do you think? >> >> Ivan >> >> >> >> >> On 19 May 2014 11:12, Dmitriy Ulyanov wrote: >> >>> Hi, >>> >>> maybe we can fix unittests, which used mongo etc? >>> I t

Re: AMQP appender

2014-05-19 Thread Dmitriy Ulyanov
issues.apache.org/jira/browse/LOG4PHP-209?jql=project%20%3D%20LOG4PHP%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC >> >> I will do no. 2 as well when i get all tests passing on travis. >> >> Regards, >> Ivan >> >> >> On

Re: AMQP appender

2014-05-16 Thread Dmitriy Ulyanov
rom you, I'll start the process of adding you to the team. We can > then work together towards releasing 2.4. > > Regards, > Ivan > > > > > On 26 April 2014 13:44, Dmitriy Ulyanov wrote: > >> Hey Ivan! >> >> How are u? What about review? :) >&

Re: AMQP appender

2014-04-26 Thread Dmitriy Ulyanov
Hey Ivan! How are u? What about review? :) When can i connect to your team? I think it can improve log4php dev progress strongly, because we are using it in our product :) 2014-04-21 23:10 GMT+04:00 Dmitriy Ulyanov : > Ok, I'll waiting for your comments :) > Own company is great

Re: AMQP appender

2014-04-21 Thread Dmitriy Ulyanov
og4php-graylog2 2014-04-20 22:30 GMT+04:00 Ivan Habunek : > I'll take a look. Maybe tomorrow. :) > > Concerning 2.4.0: Yes. We should. I'm being lazy. Also, just started my > own company, so there's that. > > Regards, > Ivan > > > On 20 April 2014 20:27,

Re: AMQP appender

2014-04-20 Thread Dmitriy Ulyanov
done. > > You should branch from develop. I will merge your changes back into > develop. And when making a release, develop will be merged into master. > > Regards, > Ivan > > > > On 24 February 2014 15:29, Dmitriy Ulyanov wrote: > >> Thank you for your rep

Re: AMQP appender

2014-02-24 Thread Dmitriy Ulyanov
will be the next release. We will work on >> 3.0 after. >> >> I will review the code, but when I come back from the trip. If anybody >> has the time and will, they are welcome to do so. >> >> Ivan >> >> >> >> On 24 February 2014 14:51, Dmit

Re: AMQP appender

2014-02-24 Thread Dmitriy Ulyanov
April. > > Regards, > Ivan > > > On 23 February 2014 22:57, Dmitriy Ulyanov > > > wrote: > >> Hi guys, >> >> I redesigned LoggerAppenderAMQP: >> https://github.com/apache/logging-log4php/pull/4/files >> >> It can be used with Graylog2 or

AMQP appender

2014-02-23 Thread Dmitriy Ulyanov
Hi guys, I redesigned LoggerAppenderAMQP: https://github.com/apache/logging-log4php/pull/4/files It can be used with Graylog2 or logstash. What you think about it? Can we build v.2.4.0?! -- kind regards, Dmitry Ulyanov PHP Team Lead dmitriy.ulya...@wikimart.ru Wikimart www.wikimart.ru

Re: Restarting development

2013-11-30 Thread Dmitriy Ulyanov
>>>> Regards, > >>>> Ivan > >>>> > >>>> On 26 November 2013 09:28, Sven Rautenberg wrote: > >>>>> > >>>>> > >>>>> Sorry to step right into your discussion. > >>>>> >

[jira] [Commented] (LOG4PHP-205) debug_backtrace() sometimes do not return 'file' and 'line' values

2013-01-16 Thread Dmitriy Ulyanov (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13554905#comment-13554905 ] Dmitriy Ulyanov commented on LOG4PHP-205: - PHP 5.3.*, from documenta

[jira] [Commented] (LOG4PHP-205) debug_backtrace() sometimes do not return 'file' and 'line' values

2013-01-15 Thread Dmitriy Ulyanov (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13554823#comment-13554823 ] Dmitriy Ulyanov commented on LOG4PHP-205: - Simple example: (see returned t

Bug report

2013-01-15 Thread Dmitriy Ulyanov
Hi all! I created ticket https://issues.apache.org/jira/browse/LOG4PHP-205 - little bug Please, fix it :) Thank you! -- kind regards, Dmitry Ulyanov Senior PHP Developer dmitriy.ulya...@wikimart.ru Wikimart www.wikimart.ru

[jira] [Updated] (LOG4PHP-205) debug_backtrace() sometimes do not return 'file' and 'line' values

2013-01-15 Thread Dmitriy Ulyanov (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy Ulyanov updated LOG4PHP-205: Component/s: Code Priority: Critical (was: Major

[jira] [Created] (LOG4PHP-205) debug_backtrace() sometimes not returning

2013-01-15 Thread Dmitriy Ulyanov (JIRA)
Dmitriy Ulyanov created LOG4PHP-205: --- Summary: debug_backtrace() sometimes not returning Key: LOG4PHP-205 URL: https://issues.apache.org/jira/browse/LOG4PHP-205 Project: Log4php Issue

Log4php graylog2 integration

2012-12-20 Thread Dmitriy Ulyanov
Hello guys! I wrote 2 new usefull appenders (Graylog2 and AMQP) and GELF-layout. We use it for integration with graylog2 log server (http://graylog2.org/). GELF is nice protocol, it can contain any custom columns. This columns i use for transmit MDC context. It is very comfortably. Code is here: