howler-api 3.1.0.dev391__py3-none-any.whl → 3.1.0.dev392__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.
- howler/datastore/store.py +1 -0
- {howler_api-3.1.0.dev391.dist-info → howler_api-3.1.0.dev392.dist-info}/METADATA +1 -1
- {howler_api-3.1.0.dev391.dist-info → howler_api-3.1.0.dev392.dist-info}/RECORD +5 -5
- {howler_api-3.1.0.dev391.dist-info → howler_api-3.1.0.dev392.dist-info}/WHEEL +0 -0
- {howler_api-3.1.0.dev391.dist-info → howler_api-3.1.0.dev392.dist-info}/entry_points.txt +0 -0
howler/datastore/store.py
CHANGED
|
@@ -77,6 +77,7 @@ class ESStore(object):
|
|
|
77
77
|
if cert.exists():
|
|
78
78
|
if self._cert is None:
|
|
79
79
|
self._cert = str(cert)
|
|
80
|
+
logger.info("Using certificate %s for elasticsearch network traffic", self._cert)
|
|
80
81
|
else:
|
|
81
82
|
logger.error("Only a single certificate path is supported - ignoring additional paths.")
|
|
82
83
|
logger.error(
|
|
@@ -60,7 +60,7 @@ howler/datastore/howler_store.py,sha256=kW7FKM-tILcfTmrjSB1yZm-ZnumPS_tiQEZUDaQo
|
|
|
60
60
|
howler/datastore/migrations/fix_process.py,sha256=J0FxqcXbQ161sgmQ5teyEcPuX7WYB9wqs0CO8m1jk0U,1218
|
|
61
61
|
howler/datastore/operations.py,sha256=5WdJBewXRIG71ZexQcYASv0IYoDi1m9ia8332u5mXSs,3919
|
|
62
62
|
howler/datastore/schemas.py,sha256=kuxqYVWMgqnrdU-ypkDxoSzEtECUrRCKXjU_R5Kg7X4,3158
|
|
63
|
-
howler/datastore/store.py,sha256=
|
|
63
|
+
howler/datastore/store.py,sha256=SvCDaGuZwkx3d0ii-Higg6afITDshtXKQfeBvuXiqDE,8289
|
|
64
64
|
howler/datastore/support/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
65
65
|
howler/datastore/support/build.py,sha256=iBVfWophzoPlx6rvR5w3Axb6gjqLuDeDBpKj7lO-1l0,7877
|
|
66
66
|
howler/datastore/support/schemas.py,sha256=kuxqYVWMgqnrdU-ypkDxoSzEtECUrRCKXjU_R5Kg7X4,3158
|
|
@@ -192,7 +192,7 @@ howler/utils/path.py,sha256=DfOU4i4zSs4wchHoE8iE7aWVLkTxiC_JRGepF2hBYBk,690
|
|
|
192
192
|
howler/utils/socket_utils.py,sha256=nz1SklC9xBHUSfHyTJjpq3mbozX1GDf01WzdGxfaUII,2212
|
|
193
193
|
howler/utils/str_utils.py,sha256=HE8Hqh2HlOLaj16w0H9zKOyDJLp-f1LQ50y_WeGZaEk,8389
|
|
194
194
|
howler/utils/uid.py,sha256=p9dsqyvZ-lpiAuzZWCPCeEM99kdk0Ly9czf04HNdSuw,1341
|
|
195
|
-
howler_api-3.1.0.
|
|
196
|
-
howler_api-3.1.0.
|
|
197
|
-
howler_api-3.1.0.
|
|
198
|
-
howler_api-3.1.0.
|
|
195
|
+
howler_api-3.1.0.dev392.dist-info/METADATA,sha256=fF6W3KTMSNqqSwcwjZoLozEVP_Gi2cVKNvqGi0iRnVw,2804
|
|
196
|
+
howler_api-3.1.0.dev392.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
|
|
197
|
+
howler_api-3.1.0.dev392.dist-info/entry_points.txt,sha256=Lu9SBGvwe0wczJHmc-RudC24lmQk7tv3ZBXon9RIihg,259
|
|
198
|
+
howler_api-3.1.0.dev392.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|