swebb2066 commented on PR #585:
URL: https://github.com/apache/logging-log4cxx/pull/585#issuecomment-3845165239

   Please also fix the error in the documentation here:
   ```
   $ git diff src/main/include/log4cxx/fileappender.h
   diff --git a/src/main/include/log4cxx/fileappender.h 
b/src/main/include/log4cxx/fileappender.h
   index eb72f58d..0c353e8e 100644
   --- a/src/main/include/log4cxx/fileappender.h
   +++ b/src/main/include/log4cxx/fileappender.h
   @@ -137,7 +137,7 @@ class LOG4CXX_EXPORT FileAppender : public WriterAppender
                   ImmediateFlush | True,False | False |
                   BufferSize | (\ref fileSz1 "1") | 8 KB |
   
   -               \anchor fileSz1 (1) An integer in the range 0 - 2^63.
   +               \anchor fileSz1 (1) An integer in the range 0 - 2^32.
                    You can specify the value with the suffixes "KB", "MB" or 
"GB" so that the integer is
                    interpreted being expressed respectively in kilobytes, 
megabytes
                    or gigabytes. For example, the value "10KB" will be 
interpreted as 10240.
   ```
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to