Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
8634 Vues

I unable to see total print statement data in terminal. I want to see this result in log file. Is it possible?

Avatar
Ignorer
Meilleure réponse

In the Log File Print Output using the below code in python:-

    _logger = logging.getLogger(__name__)

   output = "sample result"

  _logger.exception('In the Log file to view the  %s', output)

 

Avatar
Ignorer
Auteur

Prakash, I am getting this error "Not enough space handle_pageBegin args=() (, ValueError('Not enough space\n handle_pageBegin args=()',), ) " while printing invoice. Can you please help me?. Refer this question "https://www.odoo.com/forum/help-1/question/invoice-print-giving-this-error-not-enough-space-handle-pagebegin-args-type-exceptions-valueerror-valueerror-not-enough-space-n-handle-pagebegin-args-traceback-object-at-0x7fdb1c796950-can-any-one-please-help-me-62861"

Publications associées Réponses Vues Activité
1
mars 15
5827
1
mars 15
3807
1
févr. 25
1255
2
janv. 22
9025
7
janv. 23
13710