Add a button to auto open log or log folder or both, so that users can send debugging information easier.

I really like this idea.
<div className="card__actions">
<Button
button="primary"
label={__('Open Log File')}
icon={icons.MESSAGE}
href="{log-location}"
/>
</div>
Agreed, this is a great idea @Invariant-Change!
The button should probably be somewhere else though. Either a standalone card, or in About?
As a separate section makes it easier to find. So I guess that is the best solution.

Or better still...

I will take this up!
I had a couple of questions/clarifications - @kauffj @seanyesmunt
@amitnndn take a look at how we do this on the backup page: https://github.com/lbryio/lbry-app/blob/afaad1910e84d27140abaa696af53a985349c53d/src/renderer/page/backup/view.jsx
In this case, the setting is: data_dir
@tzarebczan Thank you! I will take a look at it.
On windows 10 and Mac, it opens to the parent folder of lbrynet, with it highlighted. Think you want to pass the logfile and have it open that folder.
@tzarebczan Is that happening when you click on 'Open Log Folder' or 'Open Log'?
It's described in the issue. It happens when you click open log folder. Open log opens the logfile in notepad correctly.
Got it! 馃憤 A bit of a lag in my brain registering an Issue on a Friday night!!
Closing this, https://github.com/lbryio/lbry-app/issues/1600 tracks latest issue.