Underneath patch files which adds options to specify how much debug
trace info is compiled in and how much output is shown during
execution. This will add a small amount to your executable size.
For dbclient this will :
level 1 = init/exit info + remoteid + auth method information
level 2 = c
I usually build the version without trace information, until I run
into troubles.
Then when building the trace version it gives out too much infomation.
Ever thought about given out limited trace information depending on
the number of -v given...
So basicly whenever I face a connection problem, I