bboonstra / Effortless

Databases should be Effortless.
https://bboonstra.github.io/Effortless/
MIT License
2 stars 1 forks source link

Standardize logging #2

Open bboonstra opened 3 weeks ago

bboonstra commented 3 weeks ago

This issue is geared towards beginners and first-time contributors.

Task Description:

The current logging for both EffortlessConfig and EffortlessDB is inconsistent. Some methods use print, others use logger.log, and others use logger.debug. Additionally, many outputs do not respect the debug configuration setting.

We need to standardize the logging approach across these classes, ensuring that:

Expected Behavior:

Notes:

To Discourage AI Solutions:

When submitting a PR, please:

If you do not follow these guidelines, your PR will be closed for AI.

Hemant-Shashikant-Yadav commented 2 days ago

I've initiated PR please review it #3