Re: Dynamic Logging

2016-01-25 Thread Eric Rahm
On Monday, January 25, 2016 at 11:06:15 AM UTC-8, Honza Bambas wrote: > Nice idea although unfortunately incomplete. On Windows this has no > effect at all. We cannot use it for common users. When you set the > pref, it logs only to the debug output that can be captured only with > visual stu

Re: Dynamic Logging

2016-01-25 Thread Honza Bambas
o enable logging [1]. You also don't have to set env vars to enable logging [2]. There is one caveat: if you don't use LazyLogModule and friends, you don't get dynamic logging. So go update your loggers! -e [1] Okay, this only kind of works right now. You'll still need to set NS

Re: Dynamic Logging

2016-01-11 Thread Bobby Holley
>>> landed the ability turn on logging via prefs. >>> >>> Lets say you have a log module "Foo", if you add a "logging.Foo" pref and >>> set it to "Debug" you will now see all output from the Foo log module >>> that >>&

Re: Dynamic Logging

2016-01-11 Thread Eric Rahm
gt;> >> Why is this so cool? Well now you don't need to restart your browser to >> enable logging [1]. You also don't have to set env vars to enable logging >> [2]. >> >> There is one caveat: if you don't use LazyLogModule and friends, you don't >

Re: Dynamic Logging

2016-01-11 Thread Brian Grinstead
w you don't need to restart your browser to >> enable logging [1]. You also don't have to set env vars to enable logging >> [2]. >> >> There is one caveat: if you don't use LazyLogModule and friends, you don't >> get dynamic logging. So go update y

Re: Dynamic Logging

2016-01-09 Thread Andreas Tolfsen
On 9 January 2016 at 04:06, Philip Chee wrote: > On 09/01/2016 09:50, Mike Hommey wrote: >> On Fri, Jan 08, 2016 at 05:32:48PM -0800, Eric Rahm wrote: >>> There is one caveat: if you don't use LazyLogModule and friends, >>> you don't get dynamic logging. S

Re: Dynamic Logging

2016-01-08 Thread Philip Chee
#x27;t need to restart your >> browser to enable logging [1]. You also don't have to set env vars >> to enable logging [2]. >> >> There is one caveat: if you don't use LazyLogModule and friends, >> you don't get dynamic logging. So go update your loggers!

Re: Dynamic Logging

2016-01-08 Thread Bobby Holley
o restart your browser to > enable logging [1]. You also don't have to set env vars to enable logging > [2]. > > There is one caveat: if you don't use LazyLogModule and friends, you don't > get dynamic logging. So go update your loggers! > > -e > > [1] Oka

Re: Dynamic Logging

2016-01-08 Thread Eric Rahm
Yes, although until bug 1234892 is fixed you'll have to restart the process for changes to take effect. On Fri, Jan 8, 2016 at 5:51 PM, Shih-Chiang Chien wrote: > Cool! Does it also work on content process? > > Best Regards, > Shih-Chiang Chien > Mozilla Taiwan > > On Fri, Jan 8, 2016 at 5:38 PM

Re: Dynamic Logging

2016-01-08 Thread Shih-Chiang Chien
Cool! Does it also work on content process? Best Regards, Shih-Chiang Chien Mozilla Taiwan On Fri, Jan 8, 2016 at 5:38 PM, Patrick McManus wrote: > On Fri, Jan 8, 2016 at 8:32 PM, Eric Rahm wrote: > > > Why is this so cool? Well now you don't need to restart your browser to > > enable logging

Re: Dynamic Logging

2016-01-08 Thread Mike Hommey
et env vars to enable logging > [2]. > > There is one caveat: if you don't use LazyLogModule and friends, you don't > get dynamic logging. So go update your loggers! I now wish we had the same for the three or so different logging systems in use in javascript. Mike _

Re: Dynamic Logging

2016-01-08 Thread Patrick McManus
On Fri, Jan 8, 2016 at 8:32 PM, Eric Rahm wrote: > Why is this so cool? Well now you don't need to restart your browser to > enable logging [1]. You also don't have to set env vars to enable logging > [2]. > epic! thank you. ___ dev-platform mailing l

Dynamic Logging

2016-01-08 Thread Eric Rahm
Foo log module that is of Debug and higher importance. Why is this so cool? Well now you don't need to restart your browser to enable logging [1]. You also don't have to set env vars to enable logging [2]. There is one caveat: if you don't use LazyLogModule and friends, you don&#x