[ADMN] IgnoreLogger v1.0 - Control those log messages [1000]

Discussion in 'Inactive/Unsupported Plugins' started by WinSock, Jun 21, 2011.

  1. Offline

    WinSock

    IgnoreLogger - Control those log messages!
    Version: v1.0
    This plugin simply applies a Filter to the Bukkit logger, the config file is located at /IgnoreLogger/block.text.
    That file is generated on first start. Each line is a phrase that the plugin looks for and then blocks the log.
    Example, this blocks bukkit from loggging anything with "winsock" in the message.
    Code:
    winsock
    
    Features:
    • My plugin restricts logger messages based on phrases in a config file.
    Download
    Git Hub
    Changelog:
    Version 1.0
    • Releasing my awesome plugin
     
    vlado2portos, sbeex and Incendia like this.
  2. Offline

    Incendia

    works! /an.ip.addr.ess blocks connection lost messages from that ip

    feature request: regex support, so I can do stuff like /an.ip.addr.ess:[0-9]{5} lost connection
     
    sbeex likes this.
  3. Offline

    sbeex

    Yeah I join Incendia feature request. I think it's very usefull.

    And one more feature request :
    Is it possible to save logs by typ ? For exemple : chat.log, server.log (only server errors, warning), pluginName.log ?
     
  4. Offline

    WinSock

    RB953
     
  5. Offline

    SwearWord

    Is it possible to block startup log messages.
     
  6. Offline

    WinSock

    Hmm I don't think so. Plugins are loaded after those messages so its not possible sorry!
     
  7. Offline

    SwearWord

    That's what I thought. Oh well time to snoop in the Bukkit code.
     
  8. Offline

    quickclay

    Cool! :) Could you add a startup message? It doesn't seem to show that it loaded in my server startup log, which helps tracking plugins.
    Also, does this block these from the server log too?
     
  9. Offline

    WinSock

    I have no clue lol. Test it!
     
  10. Offline

    quickclay

    It does! :)
     
  11. Offline

    unl33t

  12. Offline

    Kiwz

    I dont understand how I can ignore more than one thing. Could someone plz give me and exampel of a block.tx file with more than one "block". U see I want to add: "Unknown" "Can't" "/an.ip.addr.ess" "/another.ip.addr.ess"
     
  13. Offline

    WinSock

    Code:
    Unknown
    Can't
    123.456.789
    1.2.3.4
    
     
  14. Offline

    Kiwz

    I did actually try that yesterday, and several other things like , and : and : and "new line" in between each phrase and so on. But nothing did work.
    But today when I copyed what you wrote, it did work perfect, and I even managed to add some more phrases also.
    Why it didnt work yesterday, I dont know. Why it work today, I dont know......
    Thanks for the help :D
    Love this plugin!
     
  15. Offline

    Quintin Rose

    Download Link is broken.
     
  16. Offline

    Stalinator

    Can someone pls reload it?
     
  17. Offline

    Asphodan

    Last edited by a moderator: Nov 27, 2016
  18. Offline

    halorrr

    Can somebody update this?
     

Share This Page