-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be able to configure Mapnik's logger severity level through options #25
Comments
We redirect stdout to a file and it's polluted with messages as follows:
We've never done anything with them, wondering how useful are they and what approach we should give to them. |
Also wondering why some of them have the prefix |
We don't change it https://github.com/CartoDB/mason/blob/master/scripts/mapnik/3.0.15-carto/script.sh so whatever is default. The log level is defined at compile time, and when it's not defined it's automatically set to 2 (https://github.com/CartoDB/mapnik/blob/1021a5e3059e939ffc78b84792e605ae6fd8344c/src/debug.cpp#L41) which enables logger::error. The The logs starting from |
Mapnik uses stdout for logging and we might want to decide what to do with them.
@Algunenano, do you know what severity level we are setting for the logger while compiling
@carto/mapnik
?The text was updated successfully, but these errors were encountered: