EDMarketConnector
EDMarketConnector copied to clipboard
Small utility to report on OS version and other useful information
Given issues like https://github.com/EDCD/EDMarketConnector/issues/798 it might be useful to have a small utility to gather key points of information about a user's system:
- OS version.
- Hardware (if there's an easy, non-intrusive way to get at this, else we'd need to ask a user to run some third-party util).
- Locale + encoding.
- Check that the expected journals location actually contains journal files.
- Check expected log destinations can be accessed (create and truncate files).
Anything else we can think of. This utility would need to be as paranoid/bare bones as possible, e.g. it would be no good using our logging in it if our logging can cause issues.