mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 16:42:12 -05:00
Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280
This commit is contained in:
commit
003aeedb91
25
example_log_configurations/wsjtx_log_config.ini.rig_control
Normal file
25
example_log_configurations/wsjtx_log_config.ini.rig_control
Normal file
@ -0,0 +1,25 @@
|
||||
[Sinks.SYSLOG]
|
||||
Destination=TextFile
|
||||
Asynchronous=true
|
||||
AutoFlush=false
|
||||
FileName="${AppLocalDataLocation}/wsjtx_syslog.log"
|
||||
TargetFileName="${AppLocalDataLocation}/logs/wsjtx_syslog_%Y-%m.log"
|
||||
RotationTimePoint="01 00:00:00"
|
||||
Append=true
|
||||
EnableFinalRotation=false
|
||||
MaxSize=41943040
|
||||
MinFreeSpace=1073741824
|
||||
MaxFiles=12
|
||||
Target="${AppLocalDataLocation}/logs"
|
||||
ScanForFiles="Matching"
|
||||
Format="[%Channel%][%TimeStamp(format=\"%Y-%m-%d %H:%M:%S.%f\")%][%Uptime(format=\"%O:%M:%S.%f\")%][%Severity%] %Message%"
|
||||
Filter="%Severity% >= info"
|
||||
|
||||
[Sinks.RIGCTRL]
|
||||
Destination=TextFile
|
||||
Asynchronous=true
|
||||
AutoFlush=true
|
||||
FileName="${DesktopLocation}/WSJT-X_RigControl.log"
|
||||
Append=true
|
||||
Format="[%TimeStamp(format=\"%Y-%m-%d %H:%M:%S.%f\")%][%Uptime(format=\"%O:%M:%S.%f\")%][%Channel%:%Severity%] %Message%"
|
||||
Filter="%Channel% matches \"RIGCTRL\" | %Severity% >= info"
|
@ -158,6 +158,7 @@ auto Astro::astroUpdate(QDateTime const& t, QString const& mygrid, QString const
|
||||
out << "Tsky: " << ntsky << "\n"
|
||||
"Dpol: " << poloffset << "\n"
|
||||
"MNR: " << xnr << "\n"
|
||||
"Dist: " << int((techo*149896)) << "\n" //wdg
|
||||
"Dgrd: " << dgrd;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user