BoiseState-AdaptLab / adapt-lidar-tools

Contains code/project notes/ and Data for GEO+CS lidar data processing
GNU General Public License v3.0
8 stars 2 forks source link

Default SPDLOG level should be critical #333

Closed Aaron3154518 closed 5 years ago

Aaron3154518 commented 5 years ago

We would like the default logging level for spdlog to be Critical errors only.

Aaron3154518 commented 5 years ago

The average user should see message that report what high level task is being completed (e.g."Processing something.pls"). However this information is in the info level of spdlog and thus is not reported when set to the critical level. We should either set the default level to info or find another way to present this information.

cathieO commented 5 years ago

Let's change this so that the default is info

Aaron3154518 commented 5 years ago

We have a statement for when peak width is less than zero which is at the warning level that prints a lot.