[
https://issues.apache.org/jira/browse/TS-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14582523#comment-14582523
]
Leif Hedstrom commented on TS-2225:
-----------------------------------
traffic_logstats has a similar feature, where it can save the position in an
external file. There's then an option to say "continue from this last known
position".
Having an ID or line number is not easily doable, because of the way logging
works, you have to pick up on buffer boundaries.
> Add line/record id to traffic_logcat
> ------------------------------------
>
> Key: TS-2225
> URL: https://issues.apache.org/jira/browse/TS-2225
> Project: Traffic Server
> Issue Type: Improvement
> Components: Logging
> Reporter: Ask Bjørn Hansen
> Fix For: 6.2.0
>
>
> For tailing the binary log it'll be useful with a concept roughly equivalent
> to line number in a text file.
> traffic_logcat will optionally output this and then have a feature to say
> "start following from line/record X".
> The record id a numeric increment for the particular log file or the request
> ID (if/when that's available).
> The immediate objective is for log readers to continue reading from where
> they last read if they're restarted.
> 
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)