Re: storm logs on console of kubernetes containers/pods

2019-04-04 Thread Stig Rohde Døssing
I don't think you can get the worker logs in the console directly. The issue is that your container will be running both the supervisor, and a number of workers. The workers are started by the supervisor, and aren't attached to the console you use to start the supervisor. Even if you configure a co

Re: storm logs on console of kubernetes containers/pods

2019-04-04 Thread Stig Rohde Døssing
You could probably also just tail the worker log files into the console you are using to run the supervisor, but it'll most likely get messy to read. Den tor. 4. apr. 2019 kl. 20.04 skrev Stig Rohde Døssing < stigdoess...@gmail.com>: > I don't think you can get the worker logs in the console dire

storm logs on console of kubernetes containers/pods

2019-04-04 Thread Dhiman Kundu
Hi, We are using storm 1.2.2 on kubernetes(K8) cluster. We have 1 storm nimbus and 3 supervisors to submit topology. We are getting logs in worker.log file against each supervisor. But we want logs within kubernetes console which can be accessed with "kubectl logs -f -n namespace". We changed the