Displaying 6 results from an estimated 6 matches for "l420".
Did you mean:
420
2018 May 30
3
use instance-name for syslog?
...ovecot on the same host (or running multiple docker container),
it is hard to distinguish logs from different processes: the syslog entries are all prefixed with the same identifier "dovecot"
It is hardcoded here:
https://github.com/dovecot/core/blob/master/src/lib-master/master-service.c#L420
Would it make sense to use the already implemented instance-name as syslog ident?
How do others solve that problem?
Andreas
2018 May 31
3
use instance-name for syslog?
...running multiple docker container),
>> it is hard to distinguish logs from different processes: the syslog entries are all prefixed with the same identifier "dovecot"
>> It is hardcoded here:
>> https://github.com/dovecot/core/blob/master/src/lib-master/master-service.c#L420
>>
>> Would it make sense to use the already implemented instance-name as syslog ident?
>> How do others solve that problem?
>
> I have a patchset to implement that. Please see the attachment.
> Subject: [PATCH 1/2] master: Do not prepend "dovecot-" to a proc...
2018 May 30
2
use instance-name for syslog?
...running multiple docker container),
>> it is hard to distinguish logs from different processes: the syslog entries are all prefixed with the same identifier "dovecot"
>> It is hardcoded here:
>> https://github.com/dovecot/core/blob/master/src/lib-master/master-service.c#L420
>>
>> Would it make sense to use the already implemented instance-name as syslog ident?
>> How do others solve that problem?
>
> I have a patchset to implement that. Please see the attachment.
Thanks!, I'll try to apply the patch on 2.2.36 and report my results...
And...
2018 Jun 01
0
use instance-name for syslog?
...le docker container),
> >> it is hard to distinguish logs from different processes: the syslog entries are all prefixed with the same identifier "dovecot"
> >> It is hardcoded here:
> >> https://github.com/dovecot/core/blob/master/src/lib-master/master-service.c#L420
> >>
> >> Would it make sense to use the already implemented instance-name as syslog ident?
> >> How do others solve that problem?
> >
> > I have a patchset to implement that. Please see the attachment.
>
> > Subject: [PATCH 1/2] master: Do not pre...
2018 May 30
0
use instance-name for syslog?
...ame host (or running multiple docker container),
> it is hard to distinguish logs from different processes: the syslog entries are all prefixed with the same identifier "dovecot"
> It is hardcoded here:
> https://github.com/dovecot/core/blob/master/src/lib-master/master-service.c#L420
>
> Would it make sense to use the already implemented instance-name as syslog ident?
> How do others solve that problem?
I have a patchset to implement that. Please see the attachment.
--
-- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp)
-- Business Home: https:...
2017 Mar 04
2
[llvm-lit] Is it possible to write a test for Linux only?
It is $target dependent. I’m curious what makes you think it is $host dependent.
Thanks,
Taewook
On 3/3/17, 5:10 PM, "Jonathan Roelofs" <jonathan at codesourcery.com> wrote:
On 3/3/17 12:23 PM, Taewook Oh wrote:
> Thanks Jon. Actually I tried “x86_64-linux”, but it makes the test “Unsupported” from my linux machine, and it was because my test is under