Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #5746

Re: python logging

Date 2011-05-19 00:01 +0200
From Rafael Durán Castañeda <rafadurancastaneda@gmail.com>
Subject Re: python logging
References <049755c7-4238-438a-9b9b-9b3b7a3ebc87@s2g2000yql.googlegroups.com> <mailman.1725.1305672986.9059.python-list@python.org> <4e923309-d4a5-4fc2-9fdf-b4350e11eab8@z37g2000vbl.googlegroups.com> <4DD42129.7030705@gmail.com> <BANLkTi=faomiasrShV_Eho67etiF_b7H8Q@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1775.1305756070.9059.python-list@python.org> (permalink)

Show all headers | View raw


On 18/05/11 23:29, Ian Kelly wrote:
> 2011/5/18 Rafael Durán Castañeda<rafadurancastaneda@gmail.com>:
>> That's not exactly how it works. You can use logging without any
>> configuration and the default output will be console. In addition default
>> logging level is warning, so:
>>
>> logging.info("Some text")
>>
>> won't  show anything and
>>
>> logging.warning("Other text")
>>
>> will show:
>>
>> WARNING:root:Other text
>>
>> Please check the link I gave before.
>>
>> Bye
> Odd.  That seems to work, but it contradicts the documentation at:
>
> http://docs.python.org/howto/logging.html#what-happens-if-no-configuration-is-provided
I think you are confuse because of you are looking at advanced logging, 
where getLogger is being used. Simple logging works without any 
configuration, getLogger doesn't.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

python logging Fei <mail2fei@gmail.com> - 2011-05-17 13:55 -0700
  Re: python logging Rafael Durán Castañeda <rafadurancastaneda@gmail.com> - 2011-05-18 00:00 +0200
  Re: python logging Ian Kelly <ian.g.kelly@gmail.com> - 2011-05-17 16:55 -0600
    Re: python logging Fei <mail2fei@gmail.com> - 2011-05-17 18:09 -0700
      Re: python logging Rafael Durán Castañeda <rafadurancastaneda@gmail.com> - 2011-05-18 21:42 +0200
      Re: python logging Ian Kelly <ian.g.kelly@gmail.com> - 2011-05-18 15:29 -0600
      Re: python logging Rafael Durán Castañeda <rafadurancastaneda@gmail.com> - 2011-05-19 00:01 +0200
      Re: python logging Ian Kelly <ian.g.kelly@gmail.com> - 2011-05-18 16:10 -0600
        Re: python logging Vinay Sajip <vinay_sajip@yahoo.co.uk> - 2011-05-18 15:27 -0700
      Re: python logging Rafael Durán Castañeda <rafadurancastaneda@gmail.com> - 2011-05-19 00:21 +0200
      Re: python logging Ian Kelly <ian.g.kelly@gmail.com> - 2011-05-18 16:37 -0600
      Re: python logging Ian Kelly <ian.g.kelly@gmail.com> - 2011-05-18 16:42 -0600
        Re: python logging Vinay Sajip <vinay_sajip@yahoo.co.uk> - 2011-05-19 02:27 -0700

csiph-web