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

ASF GitHub Bot commented on GEODE-8806:
---------------------------------------

pdxcodemonkey commented on a change in pull request #718:
URL: https://github.com/apache/geode-native/pull/718#discussion_r555112125



##########
File path: cppcache/integration/test/AuthInitializeTest.cpp
##########
@@ -68,7 +68,7 @@ const int32_t CQ_PLUS_AUTH_TEST_REGION_ENTRY_COUNT = 100000;
 
 Cache createCache(std::shared_ptr<SimpleAuthInitialize> auth) {
   auto cache = CacheFactory()
-                   .set("log-level", "debug")
+                   .set("log-level", "none")

Review comment:
       Got em.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Native client does not honor log-file-size-limit properly
> ---------------------------------------------------------
>
>                 Key: GEODE-8806
>                 URL: https://issues.apache.org/jira/browse/GEODE-8806
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Blake Bender
>            Priority: Major
>              Labels: pull-request-available
>
> As a user, I need to be able to limit the size of my log files and the amount 
> of disk space used by geode-native.  Unfortunately, the 10.x native client 
> doesn't appear to "roll" log files correctly.  
>  
> repro steps:
> i. In a client application, set `log-file-size-limit` to 1 (for 1MB), 
> `log-level` to `debug`, and `log-file` to something convenient like 
> `native_app.log`
> ii. Run a long operation in the client that will generate a huge amount of 
> logging, like 100,000 puts to a region
>  
> expected behavior:
>  * when native_app.log grows to > 1MB in size, it is followed by 
> native_app-1.log, native_app-2.log, etc, each of which is ~1MB in size
> actual behavior:
>  * native_app.log grows to > 1MB, then geode-native stops logging



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to