Filesystem & Navigation

Lost in the Logs

50 pts
8 solves
easy hands-on
A critical error is buried somewhere in a massive directory tree of log files under `/var/log/app/`. The tree has 5 services, multiple years and months of logs. Your mission: - Search through the logs to find the **CRITICAL** error entry - Extract the `secret=` value from that log line - Write it to `~/answer.txt` *Hint: `grep` with `-r` is your friend.*

Ready to solve this?

Create a free account to launch containers, submit answers, and track your progress.