colorit icon indicating copy to clipboard operation
colorit copied to clipboard

Remove logging in init()

Open weotch opened this issue 3 years ago • 3 comments

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

weotch avatar Sep 28 '22 05:09 weotch

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.

samhibberd avatar Sep 28 '22 09:09 samhibberd

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

ben-callaway avatar Sep 28 '22 10:09 ben-callaway

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

samhibberd avatar Sep 29 '22 09:09 samhibberd