single-cell-data / TileDB-SOMA

Python and R SOMA APIs using TileDB’s cloud-native format. Ideal for single-cell data at any scale.
https://tiledbsoma.readthedocs.io
MIT License
90 stars 25 forks source link

[r] Lower some logging from 'info' to 'debug' #2991

Closed eddelbuettel closed 1 month ago

eddelbuettel commented 1 month ago

Issue and/or context:

This fairly narrow PR provides a small usage improvement when logging level 'info' is used to test during development (which can be turned on easily now via environment variable SPDLOG_LEVEL) as it lowers a few older entries from 'info' to 'debug'. (Some still remain in other helper files. They can be addressed at a later date.)

Changes:

Substitute level 'debug' for 'info' in about a dozen spots.

No new code, no new tests.

Notes for Reviewer:

SC 55110