[ 
https://issues.apache.org/jira/browse/KNOX-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563671#comment-17563671
 ] 

ASF subversion and git services commented on KNOX-2773:
-------------------------------------------------------

Commit 32ecc76be4bb4e1728fb9acf537a5a619dfcd7ef in knox's branch 
refs/heads/master from MrtnBalazs
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=32ecc76be ]

KNOX-2773 - Changed log level from debug to info for replayBufferSize log (#604)



> Log replay buffer size with info level
> --------------------------------------
>
>                 Key: KNOX-2773
>                 URL: https://issues.apache.org/jira/browse/KNOX-2773
>             Project: Apache Knox
>          Issue Type: Improvement
>            Reporter: Balazs Marton
>            Priority: Minor
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Replay buffer size can be defined in two places, in the topology file and in 
> the service.xml.
> The topology file takes priority over the service.xml. To prevent confusion 
> it would be nice to see it's value in the log.
> {code:java}
> <service>
>     <role>HIVE</role>
>     <url>http://localhost:10001/cliservice</url>
>     <param>
>         <name>replayBufferSize</name>
>         <value>8</value>
>     </param>
> </service>
> {code}
> {code:java}
> <dispatch classname="org.apache.knox.gateway.dispatch.ConfigurableDispatch"
>               
> ha-classname="org.apache.knox.gateway.ha.dispatch.ConfigurableHADispatch">
>         <param>
>             <name>responseExcludeHeaders</name>
>             <value>WWW-AUTHENTICATE</value>
>         </param>
>         <param>
>             <name>replayBufferSize</name>
>             <value>65</value>
>         </param>
>  </dispatch>
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to