[ Solved :) ]Is it possible to disable Spigot 'logs' folder? If so, How?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

You can only disable player commands logging (just set 'log: false' in spigot.yml, line ~64) and world verbose (when server is starting) ('verbose: false' in spigot.yml line ~70).

You can use plugins like ConsoleSpamFix to block some messages if you got to many useless messages (or errors).
 
You can only disable player commands logging (just set 'log: false' in spigot.yml, line ~64) and world verbose (when server is starting) ('verbose: false' in spigot.yml line ~70).

You can use plugins like ConsoleSpamFix to block some messages if you got to many useless messages (or errors).
thank you. you saved my life. here, have a like
 
  • Like
Reactions: Plajer