assemblyline-v4-service 4.5.0.71__py3-none-any.whl → 4.5.0.72__py3-none-any.whl

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.

Potentially problematic release.


This version of assemblyline-v4-service might be problematic. Click here for more details.

@@ -1 +1 @@
1
- 4.5.0.71
1
+ 4.5.0.72
@@ -20,7 +20,7 @@ from assemblyline.odm.messages.service_heartbeat import Metrics
20
20
  from assemblyline.odm.messages.task import Task as ServiceTask
21
21
  from assemblyline_core.tasking_client import TaskingClient
22
22
  from assemblyline_core.server_base import ServerBase
23
- from assemblyline_v4_service.common.base import LOG_LEVEL, is_recoverable_runtime_error
23
+ from assemblyline_v4_service.common.base import is_recoverable_runtime_error
24
24
 
25
25
  SERVICE_PATH = os.environ['SERVICE_PATH']
26
26
  SERVICE_TAG = os.environ.get("SERVICE_TAG", f"{FRAMEWORK_VERSION}.{SYSTEM_VERSION}.{BUILD_MINOR}.dev0").encode("utf-8")
@@ -74,9 +74,7 @@ class RunPrivilegedService(ServerBase):
74
74
 
75
75
  self.status = STATUSES.INITIALIZING
76
76
  self.metric_factory = None
77
-
78
- self.log.setLevel(LOG_LEVEL)
79
-
77
+
80
78
  def _load_manifest(self):
81
79
  bio = BytesIO()
82
80
  with open(SERVICE_MANIFEST, "rb") as srv_manifest:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: assemblyline-v4-service
3
- Version: 4.5.0.71
3
+ Version: 4.5.0.72
4
4
  Summary: Assemblyline 4 - Service base
5
5
  Home-page: https://github.com/CybercentreCanada/assemblyline-v4-service/
6
6
  Author: CCCS Assemblyline development team
@@ -1,8 +1,8 @@
1
- assemblyline_v4_service/VERSION,sha256=rvwuk6837sCmcbqm7djKvZoc16aXq9yZOjAgEgVaeyM,9
1
+ assemblyline_v4_service/VERSION,sha256=hNQyICEMtKt_rDjQGSrcB-cGl1gXtg_tbz6-mE1xoMw,9
2
2
  assemblyline_v4_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  assemblyline_v4_service/healthz.py,sha256=3QGBg0EZuXC6UN411HFwpLNEop9UvS9feFhvBUTP-k4,1576
4
4
  assemblyline_v4_service/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- assemblyline_v4_service/run_privileged_service.py,sha256=ipCjdB_PZXt85Hmu9r9q7QjKXI8Y6iF-w6Aa4PMn9S4,14576
5
+ assemblyline_v4_service/run_privileged_service.py,sha256=IRqhG5ULKjOuy7-W4Fm_R0xb3HPhBlF5iHwNyRBHIME,14535
6
6
  assemblyline_v4_service/run_service.py,sha256=NiFX52NfsbBQY6E3nrjoB3e2XxIlwFcQpYYY-rADIk4,5996
7
7
  assemblyline_v4_service/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  assemblyline_v4_service/common/api.py,sha256=Xzp8j4HCCfjPvNSGKiZl5ttH2_Itg47cjlH0NXNtth0,6849
@@ -38,8 +38,8 @@ test/test_common/test_request.py,sha256=Ceyds8BNO1O0f1kH1VEb84faJcaupvSjVKIrGdHe
38
38
  test/test_common/test_result.py,sha256=6BiOKxEPrKBjOY44jv3TY-yiXm0qI1ok_CZBnjP9TM4,45447
39
39
  test/test_common/test_task.py,sha256=P44mNcSe-3tJgDk9ppN3KbM7oN4LBVIuhONG-Gveh74,19007
40
40
  test/test_common/test_utils.py,sha256=TbnBxqpS_ZC5ptXR9XJX3xtbItD0mTbtiBxxdyP8J5k,5904
41
- assemblyline_v4_service-4.5.0.71.dist-info/LICENCE.md,sha256=NSkYo9EH8h5oOkzg4VhjAHF4339MqPP2cQ8msTPgl-c,1396
42
- assemblyline_v4_service-4.5.0.71.dist-info/METADATA,sha256=OFjttoIbNtllifXY8cRdCRNtfi1jyD7z-tvWkzaJZLo,5599
43
- assemblyline_v4_service-4.5.0.71.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
44
- assemblyline_v4_service-4.5.0.71.dist-info/top_level.txt,sha256=LpTOEaVCatkrvbVq3EZseMSIa2PQZU-2rhuO_FTpZgY,29
45
- assemblyline_v4_service-4.5.0.71.dist-info/RECORD,,
41
+ assemblyline_v4_service-4.5.0.72.dist-info/LICENCE.md,sha256=NSkYo9EH8h5oOkzg4VhjAHF4339MqPP2cQ8msTPgl-c,1396
42
+ assemblyline_v4_service-4.5.0.72.dist-info/METADATA,sha256=8B5PXRnRxRSCBMcmDEffyt1XZgnTUR9UGCcsUxOQPxU,5599
43
+ assemblyline_v4_service-4.5.0.72.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
44
+ assemblyline_v4_service-4.5.0.72.dist-info/top_level.txt,sha256=LpTOEaVCatkrvbVq3EZseMSIa2PQZU-2rhuO_FTpZgY,29
45
+ assemblyline_v4_service-4.5.0.72.dist-info/RECORD,,