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.
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/PKG-INFO +1 -1
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/pyproject.toml +1 -1
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/monitoring.py +1 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/settings.yaml +2 -1
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/system.py +1 -1
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/README.md +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/bits.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/command.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/config.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/control.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/decorators.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/device.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/env.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/exceptions.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/mixin.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/observer.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/obsid.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/persistence.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/plugin.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/process.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/protocol.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/proxy.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/reload.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/resource.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/services.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/services.yaml +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/settings.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/setup.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/state.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/version.py +0 -0
- {cgse_common-2023.1.4 → cgse_common-2023.1.5}/src/egse/zmq_ser.py +0 -0
|
@@ -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
|
-
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|