Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2023-11/df719c74-cbbc-49c3-8f11-882d1825d13b_0.jpg?h=2a1ca805&itok=iLLOozNa)
LTIMindtree
SA
Last activity: 20 Sep 2022 6:11 EDT
How to amend the Application Logs Logging Format from .gz to .zip file
In the Provided Helm Charts by Pega, Default Compression format goes with .gz for all the Logs. However, Most of the cases, Application Logs downloaded in .gz format are not readable in the Pega Tools. To Resolve the Issue, We have to list the files in .gz format and Unzip it with Command: gzip -d <file-name> and proceed further to download the logs.
This post is to find the alternate way to address the concern.