Page 1 of 1

How to start soffice to generate a LOG file?

Posted: Tue Nov 05, 2013 9:50 am
by iam33
Thank you very much in advance!

I have started the openoffice as a local service (Linux):

Code: Select all

 soffice-headless-nologo-nofirststartwizard-accept = socket, host = 0.0.0.0, port = 8100; urp 
And I would like to write a trace log, but I do not know how to do it.
Can you help me start the service to write a log file?
Thank you!

Re: How to start soffice to generate a LOG file?

Posted: Thu Nov 07, 2013 12:57 am
by Villeroy

Code: Select all

soffice -headless -nologo -nofirststartwizard -accept="socket,host=0.0.0.0,port=8100;urp"  > logfile.txt 2>&1

Re: How to start soffice to generate a LOG file?

Posted: Wed Oct 17, 2018 9:03 am
by octopusthu
Villeroy wrote:

Code: Select all

soffice -headless -nologo -nofirststartwizard -accept="socket,host=0.0.0.0,port=8100;urp"  > logfile.txt 2>&1
Tried this but OpenOffice doesn't write anything to logfile.txt. Any ideas?

Re: How to start soffice to generate a LOG file?

Posted: Thu Oct 18, 2018 11:05 am
by Villeroy
Works without options

Code: Select all

/opt/openoffice4/program/soffice  > logfile.txt 2>&1

cat logfile.txt 
Gtk-Message: 11:02:03.447: Failed to load module "canberra-gtk-module"

** (soffice:15358): WARNING **: 11:02:03.457: Unknown type: GailWindow