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

            Bug ID: 114982
           Summary: AdminConsole: control logging ...
           Product: LibreOffice Online
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

It would be extremely useful to be able to turn up and down the log-level on
the admin-console (and to browse the logs but that's something else ;-)
dynamically at run time.

This belongs in the 'Settings' page - checkout:

loleaflet/dist/admin/adminSettings.html
loleaflet/src/admin/AdminSocketSettings.js

To add the log level setting and then:

wsd/Admin.cpp-    else if (tokens[0] == "settings")

wsd/protocol.txt: needs updating too.

And of course we need to set the log level with:

        Log::logger().setLevel(LogLevel);

For bonus points we should really propagate this to all the WSD children too
including the forkit - but that is a fair bit of protocol work & tweaking =)

Thanks !

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

Reply via email to