Is your feature request related to a problem? Please describe
Not related to a problem.
Describe the solution you'd like
Now there are a lot of print() statements. We need a better user experience, using enhanced logging management. The approach should unify schema validation (which uses logging) and the rest of the code base (which primarily uses print statements).
Describe alternatives you've considered
No outstanding alternatives.
Additional context
Let's focus this PR only on implementing a configurable logging mechanism with sensible default values and verbosity level.
Is your feature request related to a problem? Please describe
Not related to a problem.
Describe the solution you'd like
Now there are a lot of
print()statements. We need a better user experience, using enhanced logging management. The approach should unify schema validation (which uses logging) and the rest of the code base (which primarily uses print statements).Describe alternatives you've considered
No outstanding alternatives.
Additional context
Let's focus this PR only on implementing a configurable logging mechanism with sensible default values and verbosity level.