JetBrains / ideolog

Interactive viewer for '.log' files.
MIT License
254 stars 55 forks source link

Why there is no support for Apache? #11

Open s-belichenko opened 7 years ago

s-belichenko commented 7 years ago

In my opinion, one of the most popular types of logs. However, when installing your plugin in its settings there is no support for this type of log. Will this be fixed?

korifey commented 7 years ago

@s-belichenko-sold what is the "Apache type of log"? Is it a log format? Could you provide regex for it or just web link to specification? I'm sure we can include it into defaults according https://github.com/JetBrains/ideolog/wiki/Custom-Log-Formats.

DesktopMan commented 7 years ago

If it's possible to request support for formats I'd like a setting for Plog (C++ logger):

2014-11-11 00:29:06.245 FATAL [4460] [main@22] fatal
2014-11-11 00:29:06.261 ERROR [4460] [main@23] error
2014-11-11 00:29:06.261 INFO  [4460] [main@24] info
2014-11-11 00:29:06.261 WARN  [4460] [main@25] warning
2014-11-11 00:29:06.261 DEBUG [4460] [main@26] debug
2014-11-11 00:29:06.261 INFO  [4460] [main@32] This is a message with "quotes"!
2014-11-11 00:29:06.261 DEBUG [4460] [Object::Object@8] 
2014-11-11 00:29:06.261 DEBUG [4460] [Object::~Object@13]

I tried writing my own and I get colors on the log text, but the scroll bar is all green. I also don't see any "go to source" button. Preview + errors when writing the regexes in the configuration window would be much appreciated.

ilyar commented 7 years ago

@korifey I cat`t finde "Settings dialog under "Editor"". Please tell me how to use the feature specify custom formats for log files.

ilyar commented 7 years ago

Ok, I found myself in Settings > Editor > Log Highlighting.

runningnet commented 4 years ago

Are there any news ? I search for an Apache log viewer. My Logformat looks like this https://stackify.com/apache-error-log-explained/