open-ephys / plugin-GUI

Software for processing, recording, and visualizing multichannel electrophysiology data
https://open-ephys.org/gui
GNU General Public License v3.0
193 stars 684 forks source link

Revise activity log so it includes everything that appears in the console #580

Open ChucklesOnGitHub opened 1 year ago

ChucklesOnGitHub commented 1 year ago

The gateware version line that appears in the console window does not appear in the activity log.

Example in console window: [open-ephys] Creating processor with name: OE FPGA Acquisition Board [open-ephys] Open Ephys ECP5-ONI FPGA open. Gateware version v1.0

If this is resolved, we could ask users only for the activity log when troubleshooting. At the moment, we always ask for the contents of the console window.

medengineer commented 1 year ago

This is resolved once 3ec5767 is merged.

It does require a PLUGIN_API bump so it will not be available until the next major version release.