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


Groups > comp.lang.python > #35715 > unrolled thread

issue with loggin

Started byMorten Engvoldsen <mortenengv@gmail.com>
First post2012-12-28 19:15 +0100
Last post2012-12-28 19:15 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  issue with loggin Morten Engvoldsen <mortenengv@gmail.com> - 2012-12-28 19:15 +0100

#35715 — issue with loggin

FromMorten Engvoldsen <mortenengv@gmail.com>
Date2012-12-28 19:15 +0100
Subjectissue with loggin
Message-ID<mailman.1407.1356718516.29569.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hi Dave,
Thanks for looking into my issue.  You cannot run the program since it is
in Openerp where python is used as programming language. Here python 2.7 is
used. Sorry i didn't mention all the detail.

My program is able to write log for other message in the log file. here
'batch' is an object and when i try to log the value of 'batch'  with
logger.debug('The value is %s' %batch) , it doesn't log the value. I am not
sure if it is the correct if it correct formatting syntax for displaying
Object value.

Thanks in advance again.. I am new to Python but not in programming
language..

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web