Skip to content

Commit

Permalink
Enable metrics by default
Browse files Browse the repository at this point in the history
See mapnik#3767 for details.
  • Loading branch information
Rafa de la Torre committed Jan 4, 2018
1 parent d3ae919 commit 2036217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ opts.AddVariables(
# Variables for logging and statistics
BoolVariable('ENABLE_LOG', 'Enable logging, which is enabled by default when building in *debug*', 'False'),
BoolVariable('ENABLE_STATS', 'Enable global statistics during map processing', 'False'),
BoolVariable('ENABLE_METRICS', 'Enable internal metrics during map processing', 'False'),
BoolVariable('ENABLE_METRICS', 'Enable internal metrics during map processing', 'True'),
('DEFAULT_LOG_SEVERITY', 'The default severity of the logger (eg. ' + ', '.join(severities) + ')', 'error'),

# Plugin linking
Expand Down

0 comments on commit 2036217

Please sign in to comment.