Revision 9453
Added by Aaron Marcuse-Kubitza almost 12 years ago
map | ||
---|---|---|
124 | 124 |
# Set default verbosity. Must happen after by_col is set. |
125 | 125 |
if verbosity == None: |
126 | 126 |
if test: verbosity = 0.5 # automated tests should not be verbose |
127 |
elif by_col: verbosity = 3 # show all queries to assist profiling
|
|
127 |
elif by_col: verbosity = 3 # show all queries to assist debugging
|
|
128 | 128 |
else: verbosity = 1.1 # just show row progress |
129 | 129 |
|
130 | 130 |
## |
Also available in: Unified diff
bin/map: Set default verbosity: by_col: documented that showing all queries is primarily to assist debugging, not profiling