[PATCH] change verbosity level at runtime

Paolo Borelli paolo.borelli at gmail.com
Fri Apr 13 08:05:52 UTC 2007


On 4/13/07, rkmr.em at gmail.com <rkmr.em at gmail.com> wrote:
> On 4/12/07, Paolo Borelli <paolo.borelli at gmail.com> wrote:
> > Il giorno gio, 12/04/2007 alle 14.40 -0700, rkmr.em at gmail.com ha
> > scritto:
> > > can you tell how to use this? i mean the command to change the
> > > verbosity level? and where would it get loggeD?
> > > thanks
> > You just send "verbosity 2" (where 2 is the same as -vv, 1 would be like
> > -v and 0 means silent) using telnet or netcat etc. Messages go to stdout
> > exactly as with -v passed from the command line.
>
>
> is this true even if the memcached runs as a daemon process?
>

If you launched memcached with both -v and -d, yes it should work. If
you launched with -d, but without -v it won't work because the all the
output will go to /dev/null.


Paolo


More information about the memcached mailing list