Hi Gaurab,
Thanks for your response.
We had parallelized certain processes so we can complete our entire pipeline execution in a small window. We haven’t experienced this issue when using mongo cli. It appears we have to wait until new version of mongosh is released.
Even if the log file count / storage limit is made configurable, would we still have challenges in determining the exact configuration value… as mongosh attempts to reuse existing session_id for a period of time and the respective log file getting purged in background?
Is session_id created from client side or created & managed in server? If there is a documentation explaining the process of session_id management, please do share for reference.
Thanks.