https://bugs.documentfoundation.org/show_bug.cgi?id=106215

XTR <x...@bk.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from XTR <x...@bk.ru> ---
Confirm  for  LO 6.0.0.0beta x64  Windows 7 

There is missing folders
to get needed log.txt:
1. Create folder
C:\Users\%User%\AppData\Roaming\LibreOfficeDev\4\user\Scripts\python  or 
   %LibreofficeUSERDIR%/Scripts/python
  log.txt is created here
2. in file pythonscript.py  set
LogLevel.use = LogLevel.DEBUG
LOG_STDOUT = False

to fix:
in pythonscript.py:
1. check folder existence in   def getLogTarget():
2. LOG_STDOUT = os.environ.get(PYSCRIPT_LOG_STDOUT_ENV, "1") != "0"
   fix this to work well in windows environment

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to