Implement crawler systemd logging support w/ StreamHandler and argparse
psivesely opened this issue · 1 comments
psivesely commented
Implement crawler systemd logging support w/ StreamHandler and argparse
conorsch commented
+1 on having the service log directly from systemd, that would greatly simplify the current logging logic. Not sure what's meant by StreamHandler
and argparse
in the context of logging, however. Most of the configuration so far is handled by config.ini
, and reusing that target for runtime configuration seems simplest.