Re: [Spice-devel] [PATCH] Set default syslog mask to a lower level

2018-06-28 Thread Frediano Ziglio
> > Hi > > > On 06/28/2018 03:47 PM, Frediano Ziglio wrote: > >> This will allow printing run-time information to stderr (by using > >> LOG_NOTICE level) without classifying it as warning/error or by > >> enabling debug mode. > > Seems reasonable > > > >> --- > >> src/spice-streaming-agent.cpp

Re: [Spice-devel] [PATCH] Set default syslog mask to a lower level

2018-06-28 Thread Snir Sheriber
Hi On 06/28/2018 03:47 PM, Frediano Ziglio wrote: This will allow printing run-time information to stderr (by using LOG_NOTICE level) without classifying it as warning/error or by enabling debug mode. Seems reasonable --- src/spice-streaming-agent.cpp | 2 +- 1 file changed, 1 insertion(+

Re: [Spice-devel] [PATCH] Set default syslog mask to a lower level

2018-06-28 Thread Frediano Ziglio
> > This will allow printing run-time information to stderr (by using > LOG_NOTICE level) without classifying it as warning/error or by > enabling debug mode. Seems reasonable > --- > src/spice-streaming-agent.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > This follows a sugge

[Spice-devel] [PATCH] Set default syslog mask to a lower level

2018-06-28 Thread Snir Sheriber
This will allow printing run-time information to stderr (by using LOG_NOTICE level) without classifying it as warning/error or by enabling debug mode. --- src/spice-streaming-agent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) This follows a suggestion to print run-time informative lo