Advertisement
katubug

"Stuff a Sock in It" config file

Jun 6th, 2019
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. # Configuration file
  2.  
  3. filters {
  4. # Should messages from the forge logger be filtered? [default: true]
  5. B:FilterForge=true
  6.  
  7. # Should messages from java loggers be filtered? [default: true]
  8. B:FilterJava=true
  9.  
  10. # Should messages from log4j loggers be filtered? [default: true]
  11. B:FilterLog4J=true
  12.  
  13. # Should messages from misc loggers be filtered? [default: true]
  14. B:FilterOthers=true
  15.  
  16. # Should messages from system out be filtered? [default: true]
  17. B:FilterSystem=true
  18. }
  19.  
  20.  
  21. general {
  22. # A list of strings. If a console message contains any of these, it will be filtered out of the log. [default: ]
  23. S:BasicFilter <
  24. is missing the required element 'version'
  25. Missing English translation
  26. Can't keep up!
  27. moved wrongly!
  28. Potentially Dangerous alternative prefix
  29. checkModLists
  30. com.github.alexthe666.iceandfire.item
  31. item with name slate
  32. error loading recipe xreliquary
  33. The supplied recipe BasicManyToOneRecipe
  34. Could not load tree type
  35. >
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement