[2020-05-18 13:36:23,988] - [main]- DEBUG Configuration:1421 - hibernate.cache.use_second_level_cache=true
[2020-05-18 13:36:23,988] - [main]- DEBUG Configuration:1421 - hibernate.use_sql_comments=true
[2020-05-18 13:36:23,989] - [main]- DEBUG Configuration:1421 - hibernate.generate_statistics=true
{
"custom_log" : {
"title" : "Java log format",
"description" : "Log format used by log4j and output by most java programs",
"regex" : {
"custom1" : { "pattern": "^(?<timestamp>\\[\\d{4}-\\d{2}-\\d{2}
\\d{2}:\\d{2}:\\d{2},\\d{3}\\]) - \\[\\w+\\]- (?<level>\\w+)
(?<class>\\w+):\\d{3} - (?<body>.*)$"
}
},
"level-field" : "level",
"level" : {
"error" : "ERROR",
"warning" : "WARN",
"debug" : "DEBUG",
"info" : "INFO"
},
"timestamp-format":[
"[%Y-%m-%d %H:%M:%S,%L]"
],
"value" : {
"class" : { "kind" : "string"},
"body" : { "kind" : "string"}
},
"highlights" : {
"debug" : {
"pattern" : "IMPORTANT",
"color" : "Red"
}
},
"sample" : [
{
"line" : "[2020-05-18 15:28:58,333] - [main]- DEBUG FileExtractor:410 - about to open the file"
}
]
}
}
I made a custom log format that I want to use for all our internal logs. Can you help me understand what's wrong?
--
You received this message because you are subscribed to the Google Groups "lnav" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lnav+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lnav/b93e9388-d19a-4ddd-8722-5c9ceeb642bf%40googlegroups.com.
"custom1" : { "pattern": "^(?<timestamp>\\[\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2},\\d{3}\\]) - \\[\\w+\\]- (?<level>\\w+) (?<class>\\w+):\\d+ - (?<body>.*)$"To unsubscribe from this group and stop receiving emails from it, send an email to ln...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to lnav+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lnav/0d18445c-8f68-45d4-8a39-1358f394dbbe%40googlegroups.com.
highlights" : {
"main" : {
"pattern" : "main",
"color" : "#ff0000"
}
},
[2020-05-18 15:28:58,333] - [main]- DEBUG AbstractBatcher:4100 - about to open PreparedStatementTo view this discussion on the web visit https://groups.google.com/d/msgid/lnav/0d18445c-8f68-45d4-8a39-1358f394dbbe%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to lnav+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lnav/65a51854-dc6d-46b4-a9b5-88add7c40bc9%40googlegroups.com.
[18:10:25,751] DEBUG DispatcherServlet:591 - Successfully completed requestTo view this discussion on the web visit https://groups.google.com/d/msgid/lnav/65a51854-dc6d-46b4-a9b5-88add7c40bc9%40googlegroups.com.