@Reby Koshy Alex Thanks for your patience and for offline discussion. I am summarizing our offline discussion and posting the same as answer for the benefit of other community members.
Issue: Customer is unable to read or delete the log file in Linux app service from Kudu console.
Solution:
- Inorder read the docker.log files you need to use cat < _docker.log> file name instead of using cd.
- To delete the log files suggested them to use rm -f <_docker.log>
Hope this helps, let me know if you have any further questions on this.
Please accept as "Yes" if the answer is helpful so that it can help others in the community.