presseddigital / colorit

A slick color picker fieldtype plugin for the Craft CMS control panel
Other
21 stars 8 forks source link

Remove logging in init() #41

Open weotch opened 1 year ago

weotch commented 1 year ago

I'd like to remove this Craft::info() call from init() since it creates a lot of noise in log files.

samhibberd commented 1 year ago

Probably agree, this formed part of the scaffolding (by the awesome pluginfactory.io) that we used when first building plugins. Does potentially add a fair few lines to the log file. Will look to update.

ben-callaway commented 1 year ago

Could be added as a preference in the plugin settings, to enable log info output?

samhibberd commented 1 year ago

We could add this as an option to disable info level logging?