stashapp / CommunityScripts

This is a public repository containing plugin and utility scripts created by the Stash Community.
https://docs.stashapp.cc/add-ons/
GNU Affero General Public License v3.0
191 stars 147 forks source link

[markerTagToScene] reduce logging #458

Open p0rnb0x opened 2 weeks ago

p0rnb0x commented 2 weeks ago

This plugins logs lot of JSON and other info. I disable JSON log and convert other one from Info to Debug.

DogmaDragon commented 1 week ago

I don't think having less complete log by default is preferred. If you feel like it's excessive you can modify your plugin locally.

And the change from Info to Debug doesn't make sense in that content. It's just reporting the mode used. Unless I misunderstand something?