PaperMC / PaperLib

Plugin Library for interfacing with Paper Specific API's with graceful fallback that maintains Spigot Compatibility, such as Async Chunk Loading.
MIT License
267 stars 32 forks source link

Move suggestPaper to info (configurable level) #26

Closed viomck closed 3 years ago

viomck commented 4 years ago

I encourage the use of Paper and love the software myself, however, there are some situations (contracts, jobs, etc.), in which I need to use Spigot with plugins that use PaperLib. When developing, finding the warnings I'm looking for can made more inconvenient by the fact that this uses a warning logger.

I suggest we move these logs to info (a suggestion is a piece of information more than a warning anyway), to make things easier on developers who are stuck with Spigot.

Thanks.

HexedHero commented 4 years ago

I agree with this.

aikar commented 4 years ago

I want it configurable log level, as for some plugins, warning is more appropriate if that server is going to have a much rougher time.

then plugin devs can choose preference.

viomck commented 4 years ago

@aikar I've updated my pull request to reflect your comment