[vz-dev] [volkszaehler/vzlogger] cd6164: [Config_Options] remove bogus comment
Thorben T.
noreply at github.com
Do Mär 11 03:20:26 CET 2021
Branch: refs/heads/master
Home: https://github.com/volkszaehler/vzlogger
Commit: cd61644f53ece176974bee077eb71536500766ee
https://github.com/volkszaehler/vzlogger/commit/cd61644f53ece176974bee077eb71536500766ee
Author: r00t <r00t at constancy.org>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M include/Config_Options.hpp
Log Message:
-----------
[Config_Options] remove bogus comment
Commit: efb436863bd79903e3de47b3510c2a8310dfba56
https://github.com/volkszaehler/vzlogger/commit/efb436863bd79903e3de47b3510c2a8310dfba56
Author: r00t <r00t at constancy.org>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M src/Channel.cpp
M src/Config_Options.cpp
M src/Meter.cpp
M src/MeterMap.cpp
M src/api/InfluxDB.cpp
M src/protocols/MeterS0.cpp
M src/threads.cpp
M src/vzlogger.cpp
Log Message:
-----------
fix typos, grammar and formatting
Commit: e6aef02673b824f90c260773cbd59ae9296a9ad7
https://github.com/volkszaehler/vzlogger/commit/e6aef02673b824f90c260773cbd59ae9296a9ad7
Author: r00t <r00t at constancy.org>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M etc/vzlogger.conf
M etc/vzlogger_generic.schema.json
M include/Config_Options.hpp
M src/Config_Options.cpp
M src/api/MySmartGrid.cpp
M src/api/Volkszaehler.cpp
M src/threads.cpp
M src/vzlogger.cpp
Log Message:
-----------
remove "daemon" setting,
setting daemon:false was NEVER a useful mode for running vzlogger.
it NOT only disabled unix-"daemonization",
but it made the reading thread exit after getting a single reading,
while it did NOT NOT have vzlogger wait for the logging thread to actually
report the data to the api, so data would have been lost most cases.
to be replaced with one-shot and foreground options.
for now:
always run logging thread,
always daemonize.
Commit: cdee8b0593109bf7c63be2dac4be3af02d9e6a6c
https://github.com/volkszaehler/vzlogger/commit/cdee8b0593109bf7c63be2dac4be3af02d9e6a6c
Author: r00t <r00t at constancy.org>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M include/Config_Options.hpp
M src/Config_Options.cpp
M src/vzlogger.cpp
Log Message:
-----------
add -f/--foreground option,
this is intentionally not available via the config-file.
partially reverts 1d4972db
Commit: 77872669157f01739e50fd550df99f448689f8e0
https://github.com/volkszaehler/vzlogger/commit/77872669157f01739e50fd550df99f448689f8e0
Author: Thorben T <r00t at constancy.org>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M etc/vzlogger.conf
M etc/vzlogger_generic.schema.json
M include/Config_Options.hpp
M src/Channel.cpp
M src/Config_Options.cpp
M src/Meter.cpp
M src/MeterMap.cpp
M src/api/InfluxDB.cpp
M src/api/MySmartGrid.cpp
M src/api/Volkszaehler.cpp
M src/protocols/MeterS0.cpp
M src/threads.cpp
M src/vzlogger.cpp
Log Message:
-----------
Merge pull request #453 from r00t-/nodaemon_foreground
remove "daemon" setting, add foreground option
Compare: https://github.com/volkszaehler/vzlogger/compare/98551ad95d8d...77872669157f
Mehr Informationen über die Mailingliste volkszaehler-dev