You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by di...@the-ecorp.com on 2001/05/10 11:22:59 UTC

[PATCH] new client command: set debug ...

With this patch you can change the client debug level at the prompt.

[LOCALHOST] /slide/files/ $ set debug on
Debug flag is on (level=all)
[LOCALHOST] /slide/files/ $ set debug off
Debug flag is off.
[LOCALHOST] /slide/files/ $ set debug 0
Debug flag is off.
[LOCALHOST] /slide/files/ $ set debug 1
Debug flag is on (level=1)
[LOCALHOST] /slide/files/ $ set debug 5
Debug flag is on (level=5)
[LOCALHOST] /slide/files/ $ set debug all
Debug flag is on (level=all)