Shatya Kesarwani
Shatya Kesarwani

Reputation: 73

how to make decrypt(human readble file) to mongodb.log.gz

I want to see the log file of MongoDB I have downloaded from MongoDB but when I opening I can see something encrypting text there so I am not able to understand. please tell me how I make it readable or if I am doing anything wrong please make me correct

enter image description here

enter image description here

Upvotes: 0

Views: 137

Answers (1)

cypolo
cypolo

Reputation: 37

I think .gz is a Linux compressed file that you are trying to open in Notepad. Convert your file to .zip using for example https://convertio.co, and try to open it.

Maybe you will see the right file?

Upvotes: 0

Related Questions