-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
support more timestamp formats #36
Comments
These both look pretty common (both the formats and popularity of those log files), I'll add them to the set of known formats in logmerger. Could you send a single sample log line with each format that I can use for testing? (Be sure it doesn't include any personal or secret information.) |
Never mind, what you have already sent should be sufficient. |
The nginx log timestamp looks pretty standard. Is the Apache log format also a standard/default format, or something your site has customized? |
As far as I know, we use a very common custom format — at least it is directly copied from the official docs. |
Apache log format was added in 0.10.0 - closing. |
I have
2023/12/03 02:30:18
in my nginx logand
[Fri Dec 01 00:00:25.933177 2023]
in my apache log.Could those be support ed by default? Or can I add support via the
--timestamp_format
option?Otherwise, it looks like a very useful nice tool.
The text was updated successfully, but these errors were encountered: