[jira] [Commented] (TS-2981) Add HTTP session id to all HTTP debug log messages

2016-09-05 Thread bwahn (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15465206#comment-15465206
 ] 

bwahn commented on TS-2981:
---

[~bcall]
Thanks for your feedback, I will patch with . 

> Add HTTP session id to all HTTP debug log messages
> --
>
> Key: TS-2981
> URL: https://issues.apache.org/jira/browse/TS-2981
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Logging
>Reporter: Bryan Call
>  Labels: newbie
> Fix For: sometime
>
>
> Trying to debug an event system with interleaved debugging messages can make 
> you crazy...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-2981) Add HTTP session id to all HTTP debug log messages

2016-08-16 Thread Bryan Call (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15423180#comment-15423180
 ] 

Bryan Call commented on TS-2981:


[~bwahn]
It might be nice to have the con_id wraped with another char like 

> Add HTTP session id to all HTTP debug log messages
> --
>
> Key: TS-2981
> URL: https://issues.apache.org/jira/browse/TS-2981
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Logging
>Reporter: Bryan Call
>  Labels: newbie
> Fix For: sometime
>
>
> Trying to debug an event system with interleaved debugging messages can make 
> you crazy...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-2981) Add HTTP session id to all HTTP debug log messages

2015-03-29 Thread bwahn (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14385819#comment-14385819
 ] 

bwahn commented on TS-2981:
---

[~bcall], Please review my comment.

 Add HTTP session id to all HTTP debug log messages
 --

 Key: TS-2981
 URL: https://issues.apache.org/jira/browse/TS-2981
 Project: Traffic Server
  Issue Type: Improvement
  Components: Logging
Reporter: Bryan Call
  Labels: newbie
 Fix For: 6.0.0


 Trying to debug an event system with interleaved debugging messages can make 
 you crazy...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-2981) Add HTTP session id to all HTTP debug log messages

2015-03-29 Thread bwahn (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14385769#comment-14385769
 ] 

bwahn commented on TS-2981:
---

I'm thinking that (http) debug message as below :
{code}
[Mar 29 13:32:03.007] Server {0x2aea723a5ac0} DEBUG: (http) [5] 
perform_cache_write_action CACHE_DO_NO_ACTION
{code}

If HTTP Session id will show in traffic.out using of debug.enabled(1) and 
debug.tags(http.*),
{code}
[Mar 29 13:32:03.007] Server {0x2aea723a5ac0} DEBUG: (http) [con_id] [5] 
perform_cache_write_action CACHE_DO_NO_ACTION
{code}
[con_id] is int64_t con_id of HttpServerSession.

 Add HTTP session id to all HTTP debug log messages
 --

 Key: TS-2981
 URL: https://issues.apache.org/jira/browse/TS-2981
 Project: Traffic Server
  Issue Type: Improvement
  Components: Logging
Reporter: Bryan Call
  Labels: newbie
 Fix For: 6.0.0


 Trying to debug an event system with interleaved debugging messages can make 
 you crazy...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)