Hey Benjamin,
Thanks for addressing out these possible options to resolve my problem.
However , i do not have any volumes attached in my system, I am having simply bind mounts.
Although, I have tried restarting the docker daemon, completely deleting the logs again , and then now instead of new log file creation , only one file is created as of now , and it is increasing rapidly.
Here is the size comparison :
Just after the container creation :
this was the size just immediately when i restarted the container :
aman.gupta@ip-10-12-1-83:/orthanc-logs$ ls -lh Orthanc.log.20250103-105817.1
-rw-r–r-- 1 root root 67K Jan 3 16:31 Orthanc.log.20250103-105817.1
After 4 minutes, this is the log size when i tried to access some of the files present in it :
aman.gupta@ip-10-12-1-83:/orthanc-logs$ ls
Orthanc.log Orthanc.log.20250103-105817.1
aman.gupta@ip-10-12-1-83:/orthanc-logs$ ls -lh Orthanc.log.20250103-105817.1
-rw-r–r-- 1 root root 29M Jan 3 16:35 Orthanc.log.20250103-105817.1
aman.gupta@ip-10-12-1-83:/orthanc-logs$
and this is now when i accessed for further more time :
aman.gupta@ip-10-12-1-83:/orthanc-logs$ ls -lh Orthanc.log.20250103-105817.1
-rw-r–r-- 1 root root 31M Jan 3 16:38 Orthanc.log.20250103-105817.1
aman.gupta@ip-10-12-1-83:/orthanc-logs$
and now this has grown up to this size :
aman.gupta@ip-10-12-1-83:/orthanc-logs$ ls -lh Orthanc.log.20250103-105817.1
-rw-r–r-- 1 root root 98M Jan 3 16:55 Orthanc.log.20250103-105817.1
aman.gupta@ip-10-12-1-83:/orthanc-logs$ docker volume ls
DRIVER VOLUME NAME
aman.gupta@ip-10-12-1-83:/orthanc-logs$ ls -lh Orthanc.log.20250103-105817.1
-rw-r–r-- 1 root root 108M Jan 3 17:34 Orthanc.log.20250103-105817.1
aman.gupta@ip-10-12-1-83:/orthanc-logs$
So , this shouldn’t happen.
Also, let me give some brief too , i am having my dicom images available on the orthanc server , having db (postgres) on a different server and s3 configuration for media files.
Now, i am using the orthanc rest api to fetch the data from orthanc and use it further accordingly.
If you need any further details, please mention it.
And in case you need the compose file and configuration file details, you can access it from here :
In this linked conversation you have also helped me in the configuration part too.
So , if you can assist me further in this issue, that will be really appreciated.
Even i can arrange a short meeting (if you are available) to explain you the entire scenario.
Thanks and Regards,
Himanshu