Get rid of test for OS before reporting system info
--verbosity=2 will show the environment
Tested on FreeBSD 11 and Fedora 25
sh-4.3# ./wee_debug --info |more
Using verbosity=1, displaying most info
wee_debug output will be sent to stdout(console)
Using configuration file /home/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 'archive_sqlite'
System info
Platform: Linux-4.9.14-200.fc25.x86_64-x86_64-with-fedora-25-Twenty_Five
Python Version: 2.7.13
Load Information
1 minute load average: 0.24
5 minute load average: 0.33
15 minute load average: 0.20
General Weewx info
Weewx version 3.7.0 detected.
# ./wee_debug --info --verbosity=2 |more
Using verbosity=2, displaying all info
wee_debug output will be sent to stdout(console)
Using configuration file /home/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 'archive_sqlite'
System info
Platform:
-removed inserting bin path
-now uses dateTime field for record count
-obfuscateKey now makes a copy of the passed dict before (potentially)
altering any elements
-other cosmetic changes