Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do i change catalina.out timeformat.

Magnus Tamm November 25, 2019

Hi. I have two problems.

1) My catalina.out writes different timestamps. Can I fix it and if I can then how? (both formats are wrong.

         1.  Nov 25, 2019 10:22:09 AM

         2.  2019-11-25 09:32:23,326

And the second question is that how do I make them look like this? How do I change my timeformat for catalina.out

I need. 2019-11-25T10:24:46.292+0200 - (yyyy-MM-dd'T'HH:mm:ss.SSSZ)

3 answers

2 accepted

2 votes
Answer accepted
Vickey Palzor Lepcha
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 25, 2019

JIRA logs are based on log4j.properties files. You will have to make changes in log4j files for any changes in logs.

Magnus Tamm November 25, 2019

Yes. Time format is described as %d but how do I modify it?

Magnus Tamm November 25, 2019

Fixed this part 
2.  2019-11-25 09:32:23,326 now it writes like it should but 

1.  Nov 25, 2019 10:22:09 AM can't find solution for this

1 vote
Answer accepted
Magnus Tamm November 26, 2019

Okay. I will answer myself :D 

First part i changed was at log4j.properties 

changed %d to %d{yyyy-MM-dd'T'HH:mm:ss.SSSZ}

Second part I changed at jre/lib/logging.propperties

I commented this line out and changed its values 
java.util.logging.SimpleFormatter.format=%1$tY-%1$tm-%1$tdT%1$tH:%1$tM:%1$tS:%1$tL%1$tz %2$s%n%4$s: %5$s%6$s%n

 

I also modified conf/logging.properties.

added. 


# formatter attributes = date, source, logger, level, message, thrown
java.util.logging.SimpleFormatter.format = %1$tY-%1$tm-%1$tdT%1$tH:%1$tM:%1$tS:%1$tL%1$tz %2$s%n%4$s: %5$s%6$s%n

 

and 

 

1catalina.org.apache.juli.AsyncFileHandler.formatter = java.util.logging.SimpleFormatter.

 

now it's okay

Vladimir December 11, 2020 edited

oh, so much action) you can also concatenate into one line:

edit /apache-tomcat/conf/logging.properties (for JIRA: \JIRA DIR\conf\logging.properties)

 

1catalina.java.util.logging.SimpleFormatter.format=<your format>

e.g.

1catalina.java.util.logging.SimpleFormatter.format= %1$tY-%1$tm-%1$tdT%1$tH:%1$tM:%1$tS:%1$tL%1$tz %2$s%n%4$s: %5$s%6$s%n

p.s.

for tune I use manuals:

Java Formatter in English 

Java Formatter in Russian 

1 vote
Magnus Tamm November 25, 2019
Vladimir December 10, 2020

Excellent! It really works!

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, atlassian community, loom ai, atlassian loom ai, loom, atlassian ai, record recaps of meetings, meeting recaps, loom recaps, share meeting recaps,

Loom’s guide to great meetings 📹

Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.

Register today!
AUG Leaders

Atlassian Community Events