Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35715
| Date | 2012-12-28 19:15 +0100 |
|---|---|
| Subject | issue with loggin |
| From | Morten Engvoldsen <mortenengv@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1407.1356718516.29569.python-list@python.org> (permalink) |
[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..
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
issue with loggin Morten Engvoldsen <mortenengv@gmail.com> - 2012-12-28 19:15 +0100
csiph-web