Re: storm debug messages in worker logs

2016-04-15 Thread Andrey Dudin
e}:${sys:logging.sensitivity}]" > id="storm"/> > > > > > > > > > > There are 2 things that I don't understand. > > > 1. Why are log messages from the server being logged in my topology worker > logs? > &

Re: storm debug messages in worker logs

2016-04-14 Thread Andrey Dudin
gt; > I'm using the default worker.xml config provided with storm. > > > > In my worker logs, I'm getting messages such as "Getting metrics for > client > > connection". Looking at the storm code, these messages should be debug > > level, not info:

Re: storm debug messages in worker logs

2016-04-14 Thread John Bush
check your topology config, I suspect this would cause that behavior topology.debug : true On Thu, Apr 14, 2016 at 7:42 AM, wrote: > Hi, > > storm version .10 > > I'm using the default worker.xml config provided with storm. > > In my worker logs, I'm getting me

storm debug messages in worker logs

2016-04-14 Thread storm
Hi, storm version .10 I'm using the default worker.xml config provided with storm. In my worker logs, I'm getting messages such as "Getting metrics for client connection". Looking at the storm code, these messages should be debug level, not info: storm-core/src/jvm/org/ap

Re: worker logs

2015-01-19 Thread clay teahouse
effect > in distributed mode. > > Thanks > Parth > > On Jan 19, 2015, at 11:34 AM, clay teahouse > wrote: > > I am using 0.9.3. I did set it in storm.yaml, and the console log shows > it as set, but the worker logs still end up in /tmp. > I am running storm in loca

Re: worker logs

2015-01-19 Thread Parth Brahmbhatt
ole log shows it > as set, but the worker logs still end up in /tmp. > I am running storm in local cluster mode. > > thanks, > Clay > > On Mon, Jan 19, 2015 at 12:39 PM, Parth Brahmbhatt > wrote: > What version of storm are you using? I just tried this locally and i

Re: worker logs

2015-01-19 Thread clay teahouse
I am using 0.9.3. I did set it in storm.yaml, and the console log shows it as set, but the worker logs still end up in /tmp. I am running storm in local cluster mode. thanks, Clay On Mon, Jan 19, 2015 at 12:39 PM, Parth Brahmbhatt < pbrahmbh...@hortonworks.com> wrote: > What version

Re: worker logs

2015-01-19 Thread Parth Brahmbhatt
>> On Mon, Jan 19, 2015 at 4:29 PM, clay teahouse >> wrote: >> Thanks Susana. >> Where do you specify the location of the logs? >> >> -Clay >> >> On Mon, Jan 19, 2015 at 9:09 AM, Susana González wrote: >> Hi Clay, >> >> I use

Re: worker logs

2015-01-19 Thread clay teahouse
Jan 19, 2015 at 4:29 PM, clay teahouse > wrote: > >> Thanks Susana. >> Where do you specify the location of the logs? >> >> -Clay >> >> On Mon, Jan 19, 2015 at 9:09 AM, Susana González >> wrote: >> >>> Hi Clay, >>> >>&g

Re: worker logs

2015-01-19 Thread Parth Brahmbhatt
here the logs were > created by default. > > On Mon, Jan 19, 2015 at 4:29 PM, clay teahouse wrote: > Thanks Susana. > Where do you specify the location of the logs? > > -Clay > > On Mon, Jan 19, 2015 at 9:09 AM, Susana González wrote: > Hi Clay, > > I use &

Re: worker logs

2015-01-19 Thread Susana González
a González > wrote: > >> Hi Clay, >> >> I use "logrotate" to rotate the storm worker logs (in my case they are >> generated by default in $STORM_HOME/logs). You can create e.g. a file >> called "storm" in the folder /etc/logrotate.d wit

Re: worker logs

2015-01-19 Thread clay teahouse
Thanks Susana. Where do you specify the location of the logs? -Clay On Mon, Jan 19, 2015 at 9:09 AM, Susana González wrote: > Hi Clay, > > I use "logrotate" to rotate the storm worker logs (in my case they are > generated by default in $STORM_HOME/logs). You can creat

Re: worker logs

2015-01-19 Thread Susana González
Hi Clay, I use "logrotate" to rotate the storm worker logs (in my case they are generated by default in $STORM_HOME/logs). You can create e.g. a file called "storm" in the folder /etc/logrotate.d with something like the following: /opt/storm/logs/worker-*.log {

worker logs

2015-01-19 Thread clay teahouse
Hi All, Sorry if these questions have asked before. I cannot find the answers. 1) Where do I specify the location of the worker logs? The default seems to be /tmp. 2) How do I rotate these logs? thanks, Clay