Unverified Commit 267770d3 authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment