Allow sending of IceTV logs to the IceTV server

Issue #767 resolved
prl created an issue

Help support remote debugging by IceTV staff.

Fetch IceTV server user settings, and if sending debug logging to the server is enabled in the server settings and in the PVR settings, send IceTV logging information to the IceTV server.

Only log information in EPGFetcher.log should be sent.

Requested by Colin O'Brien at IceTV.

Comments (3)

  1. prl reporter

    Fix issue #767: [IceTV] Prepare log for sending to IceTV

    Save the log information in a form suitable for sending to IceTV, and format it as needed for user display.

    Use strftime() instead of datetime for date/time formatting for consistency with other date/time formatting in the code.

    → <<cset 12926395b9d9>>

  2. prl reporter

    Fix issue #767: [IceTV] Allow sending of IceTV logs to the IceTV server

    Helps support remote debugging by IceTV staff.

    Fetch IceTV server user settings, and if sending debug logging to the server is enabled in the settings send IceTV logging information to the IceTV server.

    Only log information in EPGFetcher.log is sent.

    Setting config.plugins.icetv.send_logs to False will prevent any debug logs from being sent to the server, but there is currently no UI to change the config variable.

    Bump IceTV plugin version.

    → <<cset b68b538556aa>>

  3. prl reporter

    Fix issue #767: [IceTV] Allow user control of remote logging

    Change the default for remote logging to False, add an entry in the setup wizard to control it, change the test for popping up the VirtualKeyboard to be more general, and mark the log entries as all sent when logging is enabled, so that only entries made after logging is enabled are sent to IceTV.

    → <<cset 94dd7c3bd874>>

  4. Log in to comment