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@lists.freedesktop.org
          Reporter: anhub...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to