Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to read timestamps from data (CLF) #2

Open
flaupretre opened this issue Sep 13, 2013 · 0 comments
Open

Option to read timestamps from data (CLF) #2

flaupretre opened this issue Sep 13, 2013 · 0 comments

Comments

@flaupretre
Copy link
Owner

An option which would cause timestamps to be read from the input log lines (supposed to be in Common Log Format). Would allow running old logfiles through managelogs using time-related features.

The logmanager library is already prepared for such a feature as timestamps are sent as function arguments everywhere. Teh current version of managelogs always sends a null value, meaning that the library gets the time from the system clock. So, we just need the code to extract the time from each log line.

Format can even be auto-recognized (recognition code to be inspired from the same feature in analog or summary).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant