Hello @Thomas Ansamma, ITP71, BUZ ,
Azure IoT Edge makes it possible to define logfile limitations. This can be done in the global settings and per module.
The size limitations depends on eg. the amount of diskspace available, the number of modules, the expected growth of log files, the value of the logging (eg. for development, testing or for production), or the actual information shown in the log (perhaps you do not want to expose too much).
It's even possible to temporarily overrule the file size (eg. using the deployment manifest) so you can build up more evidence of a certain situation.
It's a good practice to log in a separate partition/disk so the main OS is not limited due to a disk running full.
So, just start with some default size, measure the value of it and increase if needed.