Fix command line option log level increments (--verbose --notice). (#233)
The --verbose increments the logLevel from “normal” to verbose (or notice), then SQL, then DEBUG, then TRACE. Previous coding would skip the SQL level when incrementing the level, this fixes it.
parent
b27f0fa7
Please register or sign in to comment