So I want to develop multiple flavors of log one for generic use and other for performing a specific operation
I want to separate those logs by storing them in a different location and using them for further processing.
I can see the logs in Kubernetes clusters are stored in nodes - /var/log/container/.log. How can I store specific logs in a separate place (maybe something like /var/log/container/specificoperation/.log.) What changes I need to do in kubernetes architecture to make this happen
Library I am using for logging: https://github.com/uber-go/zap