cgse-common 2023.1.4__tar.gz → 2023.1.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/PKG-INFO +1 -1
  2. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/pyproject.toml +1 -1
  3. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/monitoring.py +1 -0
  4. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/settings.yaml +2 -1
  5. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/system.py +1 -1
  6. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/README.md +0 -0
  7. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/bits.py +0 -0
  8. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/command.py +0 -0
  9. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/config.py +0 -0
  10. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/control.py +0 -0
  11. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/decorators.py +0 -0
  12. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/device.py +0 -0
  13. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/env.py +0 -0
  14. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/exceptions.py +0 -0
  15. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/mixin.py +0 -0
  16. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/observer.py +0 -0
  17. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/obsid.py +0 -0
  18. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/persistence.py +0 -0
  19. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/plugin.py +0 -0
  20. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/process.py +0 -0
  21. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/protocol.py +0 -0
  22. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/proxy.py +0 -0
  23. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/reload.py +0 -0
  24. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/resource.py +0 -0
  25. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/services.py +0 -0
  26. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/services.yaml +0 -0
  27. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/settings.py +0 -0
  28. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/setup.py +0 -0
  29. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/state.py +0 -0
  30. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/version.py +0 -0
  31. {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/zmq_ser.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cgse-common
3
- Version: 2023.1.4
3
+ Version: 2023.1.5
4
4
  Summary: Software framework to support testing hardware
5
5
  Author: Rik Huygen
6
6
  Author-email: rik.huygen@kuleuven.be
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "cgse-common"
3
- version = "2023.1.4"
3
+ version = "2023.1.5"
4
4
  description = "Software framework to support testing hardware"
5
5
  authors = [
6
6
  "Rik Huygen <rik.huygen@kuleuven.be>",
@@ -90,6 +90,7 @@ def monitoring(hostname: str, port: int, subscribe: str, multipart: bool, use_pi
90
90
  receiver.close(linger=0)
91
91
  context.term()
92
92
 
93
+
93
94
  if __name__ == "__main__":
94
95
  multiprocessing.current_process().name = "Monitoring"
95
96
  monitoring()
@@ -8,7 +8,7 @@ SITE:
8
8
  SSH_PORT: 22 # The TCP/IP port on which the SSH server is listening
9
9
 
10
10
  REPO:
11
- PLATO_CGSE_CONF: ENV['PLATO_CONF_REPO_LOCATION']
11
+ CGSE_CONF: ENV['CGSE_CONF_REPO_LOCATION']
12
12
 
13
13
  DSI:
14
14
 
@@ -308,6 +308,7 @@ Logging Control Server: # LG_CS
308
308
  COMMANDING_PORT: 7001
309
309
  METRICS_PORT: 7003 # The HTTP port where Prometheus will connect to for retrieving metrics
310
310
  FILE_STORAGE_LOCATION: ENV['PLATO_LOG_FILE_LOCATION']
311
+ FILENAME: general.log # The name used for the log file in the logging manager
311
312
  MAX_NR_LOG_FILES: 20 # The maximum number of log files that will be maintained in a roll-over
312
313
  MAX_SIZE_LOG_FILES: 20 # The maximum size one log file can become
313
314
  CUTELOG_IP_ADDRESS: 127.0.0.1 # The IP address of the cutelog listening server
@@ -1064,7 +1064,7 @@ def read_last_line(filename: str | Path, max_line_length=5000):
1064
1064
  return ""
1065
1065
 
1066
1066
 
1067
- def read_last_lines(filename: str, num_lines: int):
1067
+ def read_last_lines(filename: str | Path, num_lines: int):
1068
1068
  """Return the last lines of a text file.
1069
1069
 
1070
1070
  Args:
File without changes