Our JIRA crashed due to a 150G log(it increased in one day). Then we analyze the log file and found something weird:
I want to know where are those log from. WHY i cannot see the class name like the normal log in JIRA log file?
Did you activate some extra logging? This looks like a dump from the Database.
Best regards,
Peter
That's almost certainly a debug output in some code. Probably written into a plugin. If you use "system.out.println" then this is the sort of output you get.
I'd start by looking at what plugins you have installed or updated on the day the crash happened. Use the plugin audit log to find any likely culprits.
Also, in the long run, you should really use log rotation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What Operating System is the server on?
Actually, I can't really give you much on this. I'm only familiar with logrotate on Unix machines for a start, so I'd refer you to google if you're on Windows. For logrotate on Unix, there's loads of documentation for it on the web too, much better written than anything I'd write for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, logrotate is std unix http://linuxcommand.org/man_pages/logrotate8.html
But in your case, you can configure log4j to use RollingFileAppender (who changed that ?)
http://logging.apache.org/log4j/1.2/manual.html
Anyway, see first what is filling your log
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.