some questions when I'm using twill

2016-10-08 Thread ...the end
Hi??I'm using twill and here are some of my questions. 1. When I configure more than one type of Runnables, how can I specify some of them to run in the same container? 2. How can I collect logs if I start the app writing in other languages? I'm trying to use NFS now. Do you have some better ad

Re: some questions when I'm using twill

2016-10-08 Thread Terence Yim
Hi, 1. Currently the contract is one container per one runnable instance. This is to provide the best resources isolation between different instances. 2. Twill only has Java API right now and uses SLF4J as the logging interface for applications to emit logs. This mean that only languages that r