You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/12/29 03:28:17 UTC

[GitHub] [rocketmq-client-cpp] 41405465 opened a new issue #339: Log related issues

41405465 opened a new issue #339:
URL: https://github.com/apache/rocketmq-client-cpp/issues/339


   1. The log directory cannot be configured
   2. The log file name should distinguish the year, month and day
   3. Delete all log files in the log directory, new logs will not generate new log files, and log files will not be generated until 0:00 the next day
   4. Delete all log files in the log directory, it will crash at 0 o'clock the next day, the cause of the crash is that the log file does not exist (it has been deleted)
   5. There is no limit on the size of the log directory


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] ifplusor commented on issue #339: Log related issues

Posted by GitBox <gi...@apache.org>.
ifplusor commented on issue #339:
URL: https://github.com/apache/rocketmq-client-cpp/issues/339#issuecomment-813872482


   > Can these problems be solved?
   
   You can use `re_dev` branch, it provide `LoggerConfig& GetDefaultLoggerConfig();` function to expose config of default logger which be used to configure default logger.


-- 
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:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] messense edited a comment on issue #339: Log related issues

Posted by GitBox <gi...@apache.org>.
messense edited a comment on issue #339:
URL: https://github.com/apache/rocketmq-client-cpp/issues/339#issuecomment-751935404


   Logging is currently a mess in this library. I do hope it will improve in the `re_dev` branch.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] messense commented on issue #339: Log related issues

Posted by GitBox <gi...@apache.org>.
messense commented on issue #339:
URL: https://github.com/apache/rocketmq-client-cpp/issues/339#issuecomment-751935404


   Logging is currently a mess in this library.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] 41405465 commented on issue #339: Log related issues

Posted by GitBox <gi...@apache.org>.
41405465 commented on issue #339:
URL: https://github.com/apache/rocketmq-client-cpp/issues/339#issuecomment-813854267


   Can these problems be solved?


-- 
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:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] ifplusor commented on issue #339: Log related issues

Posted by GitBox <gi...@apache.org>.
ifplusor commented on issue #339:
URL: https://github.com/apache/rocketmq-client-cpp/issues/339#issuecomment-751934459


   link #297 #314


----------------------------------------------------------------
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:
users@infra.apache.org