yulqen / bcompiler-engine

MOVED: A Python library to alleviate the pain of using Excel spreadsheets to collect data from your stakeholders.
https://git.sr.ht/~yulqen/bcompiler-engine
MIT License
4 stars 1 forks source link

Row limit is set to X is displayed when running non import commands #32

Closed yulqen closed 3 years ago

yulqen commented 3 years ago

The line INFO - Row limit is set to 500 is the default log message that should be displayed when running datamaps import templates. It currently displays when running any datamaps command.

This is due to the worsening situation whereby log messages are being smeared between datamaps and bcompiler-engine. This issue demonstrates that they are being careless run between commands too.

Logging should be done at the top level preferably - in datamaps only, unless bcompiler-engine received a flag to switch on logging perhaps.

yulqen commented 3 years ago

Fixed with 9febb8e.