[Libreoffice-bugs] [Bug 135615] New: if `--with-logfile=` in confiugre is set, it should also enable log to file in default config
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 10 13:43:09 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=135615
Bug ID: 135615
Summary: if `--with-logfile=` in confiugre is set, it should
also enable log to file in default config
Product: LibreOffice Online
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: anhubert at gmail.com
If someone uses `./configure --with-logfile=/foo/bar/lool.log` the loolwsd.xml
config file path is changed accordingly, but still `<file enable="false">`
remains.
So hereby I request following change to configure.ac
```
if test -n "$with_logfile" ; then
LOOLWSD_LOGFILE="$with_logfile"
LOOLWSD_LOG_TO_FILE="true"
fi
```
I actually wanted to do a change request in Gerrit, but I don't know how.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200810/11148b9d/attachment.htm>
More information about the Libreoffice-bugs
mailing list