ThisLogMustDie !
French developer |
---|
ThisLogMustDie ! - un-spam-ize your console !
Version: (the bottom link always refer at the latest version)
S o r r y
The developpement of this plugin has ceased. You can grab the latest jar or browse the sources on github
If you find that some plugins were not properly filtered, let me know !
Check your regex before asking for unfiltered messages : http://gskinner.com/RegExr/
Features
Remove all these unwanted messages from the console ! Clean your main log, keep only what really matter. With this plugin, you can remove spam, hide password on player login with /login (in AuthMe, for example), even separate you log files, one for each plugins !
Read the Configuration page before asking
Upcoming features
- exceptions in filters
Color codes
Colors
- BLACK : &0
- DARK_BLUE : &1
- DARK_GREEN : &2
- DARK_AQUA : &3
- DARK_RED : &4
- DARK_PURPLE : &5
- GOLD : &6
- GRAY : &7
- DARK_GRAY : &8
- BLUE : &9
- GREEN : &a
- AQUA : &b
- RED : &c
- LIGHT_PURPLE : &d
- YELLOW : &e
- WHITE : &f
Specials
- MAGIC : &k
- BOLD : &l
- STRIKETHROUGH : &m
- UNDERLINE : &n
- ITALIC : &o
- RESET : &r
Q&A
- I have strange characters at the end of some line of the console (something like ' [m')
Your system (probably Windows 64-bit) dosn't support color in console. It does not depend on me, it's the OS. disable color in config to remove it
Download links
- link removed
- Sources on GitHub
Other plugins : InventorySQL
@MadeOke
... try for your self, maybe?
is this works for 1.4.6?
@benjamen50
The updater check this url : http://raw.github.com/ThisIsAreku/ThisLogMustDie/master/src/plugin.yml
@rd0184
have you tried to enable
force-filter
in the config ?
Hi. Just to report a problem. I don't know why the plugin works at first and then it doesn't work unless you restart the server. Why this is happening (CentOS 5.4 x86_64, Java 1.7u9, CraftBukkit 1.4.5-R0.1)
Could I have the thislogmustdie updater link? So that I can add it to my "exceptions" list in my Kaspersky internet-security
@ThisIsAreku Thanks, I think I got it :D The focus is on keeping console and log clear and no special action on secure handling of the suppressed info is done. Thats for sure in line with the description and fair enough - keep at it!
@Troublecrafter
In java console (like Craftbukkit), all output text can be passed through a filter to determine if it should be logged or not. In the config, you set up a filter to remove line that contains (for example) "issued server command /login ", so all log line matching the pattern will be simply dropped. The log line will not appear in server.log, and isn't saved elsewhere, unless you setup the filter to save it on a file with the parameter "log-to-file"
@kajar9
I will add in the next version a filter to copy the log in another file without removing it from the main log. But you can do it with an Alteration filters, just like you suggested, except that your expression is erroneous: Here is the correct regex :
WorldEdit: (.{0,16}) \(in "(.{0,16})"\): /(.{0,512})
(notice the backslash to escape the parenthesis)
Dear ThisIsAreku, first of all thanks for your great work. I've checked out ThisLogMustDie ! and easily managed to remove the clear text passwords display in the console from logins with security plugins.
Now I wonder how this is done from a security point of view. Are passwords save when stored encrypted by the login plugins by using your plugin in parallel?
May you briefly describe how your plugin handles the suppressed information? Especially the case for passwords typed in by users at login plugins - from the typing at the client to not being displayed in the console / stored in the log.
Thanks in advance, Troublecrafter
Although this plugin is meant to clear the log, the thing I want to do with this plugin is to just copy certain lines into another log file.
To be more exact, WorldEdit logs into console, and nowhere else. Example
I would like to keep the line in console, but also copy it into WorldEdit.log
The thing I dont understand is how the numbering works. What defines the outcome of "$1, $2 or whatever".
I tried something like this.
I suspect the problem being in the third regex, which consist of multiple words. Any help?
@ThisIsAreku
Solved:
Disabling Bukkit 1.3.2 Logging on some command.
filters:
- type: PartialFilter
expression: 'issued server command: /somecommand'
Disabling all Bukkit 1.3.2 command logging.
filters:
- type: PartialFilter
expression: 'issued server command:'
And now.... how i can disable this warnings?
19:52:04 [INFO] /127.0.0.1:42980 lost connection
19:52:06 [INFO] /127.0.0.1:42980 lost connection
19:52:08 [INFO] /127.0.0.1:42980 lost connection
EDIT: SOLVED!
@ShadowKillerx
I think it's not possible, I can't access to messages sent to client.
And if the log line is always the same, use an ExactFilter
@Q2Lummox
@segundo03
have you tried with a partial filter and the expression 'Player issued server comand: /' ?
@segundo03
I have shame question...
Please help!
Is that possible to disable also chat messages sending from server side (not user) cuz i have problem (http://forums.bukkit.org/threads/nickname_island-spam-on-chat.105472/) and i cant solve that...
Btw. How can i make filter when i want to disable log like this:
isAsync: true
How to filter the console string
Player issued server comand: /command
? Please someone help me
Im curious to know if this mod is capable of being run with a custom build of bukkit that uses Forge mod Loader so that you can put mods into your server. I have experimented with it and it seems that this is not possible. My theory behind it though is that the bukkit custom build has its own logging method built into it and trades off between it and the bukkit default one. I gathered this info because I set up a few filters and they worked EXCEPT the ones that error were being thrown out because of Forge Mod Loader. I was curious to know if there is any possible way to fix this or compile this with: http://mcportcentral.co.za/wiki/index.php?title=Main_Page
hi, how i can delete this from my log file?
[glizer] Heartbeat, Online Players: 0<- is variable
where is the setting to turn the colors off what config? I cant seem to find it and its driving me up the wall :(
Yea ur full o shi there is no setting Iv searched every dam file u just say there's a setting when there's not really so you don't have the billion people wanting a filter to fix it.