On Fri, Jul 1, 2011 at 10:32 PM, Xavier de Gaye wrote: >> >> Currently I have only been running with warning log level so have no >> useful debug output. It would be a nice enhancement to be able to >> change the log level dynamically from inside vim. >> > > Yes this would be a nice enhancement. > I will implement it. >
The patch implementing the 'loglevel' command has been commited to pyclewn repository. Please note that you should set the log level on the command line to something different from 'critical' (which is the default) in order to not send the logs also to stderr. Logs sent to sdterr are written to a StringIO, which is written to the terminal on pyclewn termination. Using '--level=error' is fine. -- Xavier Les Chemins de Lokoti: http://lokoti.alwaysdata.net ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
