Commits (13)
-
Giansiracusa authored
script uses logger module now with different console and file logging levels. no more debug logging flag, all debug logging is in rotating file. Dict config used to configure logger. Dict loaded from yaml file in current directory.
8752030c -
Giansiracusa authored
Change methods so that the debug attribute is no longer used. Deleted large commented block that contained code written to handle an error when variables could not be parsed earlier that would query the dqrws for each variable in each file each time, very, very slow.
886cd7f8 -
Giansiracusa authored
Deleted library for timed rotating file handler. The config.yaml file specifies the regular rotating file handler that is size limited with 10 backups.
87e53a6b -
Giansiracusa authored
Changed main to only send errors. Updated nc2csv to import comms and send message when dqr web service is down. Started changing to use requests module instead of urllib.
d9b42c58 -
Giansiracusa authored197eae39
-
Michael Giansiracusa authored
# Conflicts: # nc2csv.py
2bef4087 -
Michael Giansiracusa authored
Comms config See merge request !5
da980a46 -
Giansiracusa authored7d164ae8
-
Giansiracusa authoredbfc4d669
-
Michael Giansiracusa authored
added several unit tests, modified the return value of a couple functions when errors happen and modified the main processing algorithm to raise the actual error. Much of the logging modifications are also present in this commit.
6d0b7ce7 -
Michael Giansiracusa authored33338afa
-
Michael Giansiracusa authored08ee300f
-
Michael Giansiracusa authored
getting recent dev branch back into the fold. See merge request !9
284b356f
Showing
This diff is collapsed.
packages/comms.py
0 → 100644
packages/logging_config.yaml
0 → 100644