looker-open-source / henry

A command line tool for Looker instance cleanup
MIT License
79 stars 27 forks source link

Feature request - information output while running comands #17

Open moseleyi opened 4 years ago

moseleyi commented 4 years ago

It would be useful to have more information about what Henry is doing while it's doing it.

For example when we use analyze with --model option it would be nice to know when a certain explore starts being analysed and when it finished. When we encounter an error, it would be easier to assess where it's coming from.

I'm thinking about something like information output levels. --debug 1 could mean show just basic information - when particular explore is being analysed (joins, fields, basic steps of each explore) --debug 2 information about particular field and actions taken --debug 3 I think this could include information useful for debugging (connection, fetching etc.)