We utilize "GELF" format pretty heavily where I work (it is pretty nice) and needed a complete implementation so we could write our own hooks and just do other crazy stuff.
Includes a client/server, Node core style, streaming, chunking, proxy server stuff. Was pretty fun to work on. Hope it helps someone else out.
> We utilize "GELF" format pretty heavily where I work (it is pretty nice) > and needed a complete implementation so we could write our own hooks and > just do other crazy stuff.
> Includes a client/server, Node core style, streaming, chunking, proxy > server stuff. Was pretty fun to work on. Hope it helps someone else out.
> We utilize "GELF" format pretty heavily where I work (it is pretty nice) > and needed a complete implementation so we could write our own hooks and > just do other crazy stuff.
> Includes a client/server, Node core style, streaming, chunking, proxy > server stuff. Was pretty fun to work on. Hope it helps someone else out.
>> We utilize "GELF" format pretty heavily where I work (it is pretty nice) >> and needed a complete implementation so we could write our own hooks and >> just do other crazy stuff.
>> Includes a client/server, Node core style, streaming, chunking, proxy >> server stuff. Was pretty fun to work on. Hope it helps someone else out.
> We utilize "GELF" format pretty heavily where I work (it is pretty > nice) and needed a complete implementation so we could write our
> own hooks and just do other crazy stuff.
> Includes a client/server, Node core style, streaming, chunking, > proxy server stuff. Was pretty fun to work on. Hope it helps > someone else out.
> Groups "nodejs" group. To post to this group, send email to
> nodejs@googlegroups.com To unsubscribe from this group, send email
> to nodejs+unsubscribe@googlegroups.com For more options, visit this
> group at http://groups.google.com/group/nodejs?hl=en?hl=en
> --- You received this message because you are subscribed to the
> Google Groups "nodejs" group. To unsubscribe from this group and
> stop receiving emails from it, send an email to
> nodejs+unsubscribe@googlegroups.com. For more options, visit
> https://groups.google.com/groups/opt_out.
> Along with that, it seems that the project does not use any existing > > full-featured gelf/graylog2 lower level transport but has own > > incomplete implementation right within higher level functions and > > therefore has limitations like this > > <
> https://github.com/flite/winston-graylog2/blob/master/lib/winston-gra...>.
> > I would propose you to adopt the project. And together we could > > make it better and more simple by rebasing onto the graygelf. What > > do you think?
> > воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded > > написал:
> > We utilize "GELF" format pretty heavily where I work (it is pretty > > nice) and needed a complete implementation so we could write our > > own hooks and just do other crazy stuff.
> > Includes a client/server, Node core style, streaming, chunking, > > proxy server stuff. Was pretty fun to work on. Hope it helps > > someone else out.
> You received this message because you are subscribed to the Google > > Groups "nodejs" group. To post to this group, send email to > > nod...@googlegroups.com <javascript:> To unsubscribe from this group, > send email > > to nodejs+un...@googlegroups.com <javascript:> For more options, visit > this > > group at http://groups.google.com/group/nodejs?hl=en?hl=en
> > --- You received this message because you are subscribed to the > > Google Groups "nodejs" group. To unsubscribe from this group and > > stop receiving emails from it, send an email to > > nodejs+un...@googlegroups.com <javascript:>. For more options, visit > > https://groups.google.com/groups/opt_out.
IMO it's too bloated and does way too much. I tried to write a patch once and it was a mess. Also it's not actively maintained. We're running an internal fork of Jog (visiomedia/jog) for now.
On 5 Απρ 2013, at 12:36 μ.μ., Alexey Kupershtokh <alexey.kupersht...@gmail.com> wrote:
>> Along with that, it seems that the project does not use any existing >> > full-featured gelf/graylog2 lower level transport but has own >> > incomplete implementation right within higher level functions and >> > therefore has limitations like this >> > <https://github.com/flite/winston-graylog2/blob/master/lib/winston-gra...>.
>> > I would propose you to adopt the project. And together we could >> > make it better and more simple by rebasing onto the graygelf. What >> > do you think?
>> > воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded >> > написал:
>> > We utilize "GELF" format pretty heavily where I work (it is pretty >> > nice) and needed a complete implementation so we could write our >> > own hooks and just do other crazy stuff.
>> > Includes a client/server, Node core style, streaming, chunking, >> > proxy server stuff. Was pretty fun to work on. Hope it helps >> > someone else out.
>> You received this message because you are subscribed to the Google >> > Groups "nodejs" group. To post to this group, send email to >> > nod...@googlegroups.com To unsubscribe from this group, send email >> > to nodejs+un...@googlegroups.com For more options, visit this >> > group at http://groups.google.com/group/nodejs?hl=en?hl=en
>> > --- You received this message because you are subscribed to the >> > Google Groups "nodejs" group. To unsubscribe from this group and >> > stop receiving emails from it, send an email to >> > nodejs+un...@googlegroups.com. For more options, visit >> > https://groups.google.com/groups/opt_out.
> --- > You received this message because you are subscribed to the Google Groups "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
> IMO it's too bloated and does way too much. I tried to write a patch once > and it was a mess. Also it's not actively maintained. We're running an > internal fork of Jog (visiomedia/jog) for now.
> On 5 Απρ 2013, at 12:36 μ.μ., Alexey Kupershtokh <alexey.ku...@gmail.com<javascript:>> > wrote:
> Thanks. I'll try it shortly.
> BTW, why do you not using winston anymore? Using anything better instead?
> четверг, 4 апреля 2013 г., 19:31:48 UTC+7 пользователь Dan Milon написал:
>> Along with that, it seems that the project does not use any existing >> > full-featured gelf/graylog2 lower level transport but has own >> > incomplete implementation right within higher level functions and >> > therefore has limitations like this >> > <
>> https://github.com/flite/winston-graylog2/blob/master/lib/winston-gra...>.
>> > I would propose you to adopt the project. And together we could >> > make it better and more simple by rebasing onto the graygelf. What >> > do you think?
>> > воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded >> > написал:
>> > We utilize "GELF" format pretty heavily where I work (it is pretty >> > nice) and needed a complete implementation so we could write our >> > own hooks and just do other crazy stuff.
>> > Includes a client/server, Node core style, streaming, chunking, >> > proxy server stuff. Was pretty fun to work on. Hope it helps >> > someone else out.
>> You received this message because you are subscribed to the Google >> > Groups "nodejs" group. To post to this group, send email to >> > nod...@googlegroups.com To unsubscribe from this group, send email >> > to nodejs+un...@googlegroups.com For more options, visit this >> > group at http://groups.google.com/group/nodejs?hl=en?hl=en
>> > --- You received this message because you are subscribed to the >> > Google Groups "nodejs" group. To unsubscribe from this group and >> > stop receiving emails from it, send an email to >> > nodejs+un...@googlegroups.com. For more options, visit >> > https://groups.google.com/groups/opt_out.
> --- > You received this message because you are subscribed to the Google Groups > "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an > email to nodejs+un...@googlegroups.com <javascript:>.
> For more options, visit https://groups.google.com/groups/opt_out.
> Have you made it able to send data to the Graylog2 in your fork?
> пятница, 5 апреля 2013 г., 16:58:19 UTC+7 пользователь Dan Milon написал:
>> IMO it's too bloated and does way too much. I tried to write a patch once and it was a mess. Also it's not actively maintained. We're running an internal fork of Jog (visiomedia/jog) for now.
>> On 5 Απρ 2013, at 12:36 μ.μ., Alexey Kupershtokh <alexey.ku...@gmail.com> wrote:
>>> Thanks. I'll try it shortly.
>>> BTW, why do you not using winston anymore? Using anything better instead?
>>> четверг, 4 апреля 2013 г., 19:31:48 UTC+7 пользователь Dan Milon написал:
>>>> Along with that, it seems that the project does not use any existing >>>> > full-featured gelf/graylog2 lower level transport but has own >>>> > incomplete implementation right within higher level functions and >>>> > therefore has limitations like this >>>> > <https://github.com/flite/winston-graylog2/blob/master/lib/winston-gra...>.
>>>> > I would propose you to adopt the project. And together we could >>>> > make it better and more simple by rebasing onto the graygelf. What >>>> > do you think?
>>>> > воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded >>>> > написал:
>>>> > We utilize "GELF" format pretty heavily where I work (it is pretty >>>> > nice) and needed a complete implementation so we could write our >>>> > own hooks and just do other crazy stuff.
>>>> > Includes a client/server, Node core style, streaming, chunking,
>>>> > proxy server stuff. Was pretty fun to work on. Hope it helps >>>> > someone else out.
>>>> You received this message because you are subscribed to the Google >>>> > Groups "nodejs" group. To post to this group, send email to >>>> > nod...@googlegroups.com To unsubscribe from this group, send email >>>> > to nodejs+un...@googlegroups.com For more options, visit this >>>> > group at http://groups.google.com/group/nodejs?hl=en?hl=en
>>>> > --- You received this message because you are subscribed to the >>>> > Google Groups "nodejs" group. To unsubscribe from this group and >>>> > stop receiving emails from it, send an email to >>>> > nodejs+un...@googlegroups.com. For more options, visit >>>> > https://groups.google.com/groups/opt_out.
>>> --- >>> You received this message because you are subscribed to the Google Groups "nodejs" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
> -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
> --- > You received this message because you are subscribed to the Google Groups "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
On Fri, Apr 5, 2013 at 5:25 PM, Dan Milon <danmi...@gmail.com> wrote:
> Yes.
> I'll try to release it during the weekend if you'd like.
> On 5 Απρ 2013, at 1:03 μ.μ., Alexey Kupershtokh <
> alexey.kupersht...@gmail.com> wrote:
> Have you made it able to send data to the Graylog2 in your fork?
> пятница, 5 апреля 2013 г., 16:58:19 UTC+7 пользователь Dan Milon написал:
>> IMO it's too bloated and does way too much. I tried to write a patch once
>> and it was a mess. Also it's not actively maintained. We're running an
>> internal fork of Jog (visiomedia/jog) for now.
>> On 5 Απρ 2013, at 12:36 μ.μ., Alexey Kupershtokh <alexey.ku...@gmail.com>
>> wrote:
>> Thanks. I'll try it shortly.
>> BTW, why do you not using winston anymore? Using anything better instead?
>> четверг, 4 апреля 2013 г., 19:31:48 UTC+7 пользователь Dan Milon написал:
>>> > I would propose you to adopt the project. And together we could
>>> > make it better and more simple by rebasing onto the graygelf. What
>>> > do you think?
>>> > воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded
>>> > написал:
>>> > We utilize "GELF" format pretty heavily where I work (it is pretty
>>> > nice) and needed a complete implementation so we could write our
>>> > own hooks and just do other crazy stuff.
>>> > Includes a client/server, Node core style, streaming, chunking,
>>> > proxy server stuff. Was pretty fun to work on. Hope it helps
>>> > someone else out.
>>> > --- You received this message because you are subscribed to the
>>> > Google Groups "nodejs" group. To unsubscribe from this group and
>>> > stop receiving emails from it, send an email to
>>> > nodejs+un...@googlegroups.com. For more options, visit
>>> > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "nodejs" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to nodejs+un...@**googlegroups.com.
>> For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>> .
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nodejs+unsubscribe@googlegroups.com.
>> Along with that, it seems that the project does not use any existing >> > full-featured gelf/graylog2 lower level transport but has own >> > incomplete implementation right within higher level functions and >> > therefore has limitations like this >> > <
>> https://github.com/flite/winston-graylog2/blob/master/lib/winston-gra...>.
>> > I would propose you to adopt the project. And together we could >> > make it better and more simple by rebasing onto the graygelf. What >> > do you think?
>> > воскресенье, 7 октября 2012 г., 6:38:27 UTC+7 пользователь wavded >> > написал:
>> > We utilize "GELF" format pretty heavily where I work (it is pretty >> > nice) and needed a complete implementation so we could write our >> > own hooks and just do other crazy stuff.
>> > Includes a client/server, Node core style, streaming, chunking, >> > proxy server stuff. Was pretty fun to work on. Hope it helps >> > someone else out.
>> You received this message because you are subscribed to the Google >> > Groups "nodejs" group. To post to this group, send email to >> > nod...@googlegroups.com To unsubscribe from this group, send email >> > to nodejs+un...@googlegroups.com For more options, visit this >> > group at http://groups.google.com/group/nodejs?hl=en?hl=en
>> > --- You received this message because you are subscribed to the >> > Google Groups "nodejs" group. To unsubscribe from this group and >> > stop receiving emails from it, send an email to >> > nodejs+un...@googlegroups.com. For more options, visit >> > https://groups.google.com/groups/opt_out.