crypticorn 2.8.0rc5__py3-none-any.whl → 2.8.0rc6__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.
- crypticorn/common/logging.py +1 -1
- {crypticorn-2.8.0rc5.dist-info → crypticorn-2.8.0rc6.dist-info}/METADATA +1 -1
- {crypticorn-2.8.0rc5.dist-info → crypticorn-2.8.0rc6.dist-info}/RECORD +6 -6
- {crypticorn-2.8.0rc5.dist-info → crypticorn-2.8.0rc6.dist-info}/WHEEL +0 -0
- {crypticorn-2.8.0rc5.dist-info → crypticorn-2.8.0rc6.dist-info}/entry_points.txt +0 -0
- {crypticorn-2.8.0rc5.dist-info → crypticorn-2.8.0rc6.dist-info}/top_level.txt +0 -0
crypticorn/common/logging.py
CHANGED
@@ -101,7 +101,7 @@ def configure_logging(
|
|
101
101
|
# Configure file handler
|
102
102
|
if log_file:
|
103
103
|
os.makedirs(os.path.dirname(log_file), exist_ok=True)
|
104
|
-
file_handler = logging.RotatingFileHandler(
|
104
|
+
file_handler = logging.handlers.RotatingFileHandler(
|
105
105
|
log_file, maxBytes=10 * 1024 * 1024, backupCount=5
|
106
106
|
)
|
107
107
|
file_handler.setLevel(file_level)
|
@@ -70,7 +70,7 @@ crypticorn/common/decorators.py,sha256=pmnGYCIrLv59wZkDbvPyK9NJmgPJWW74LXTdIWSjO
|
|
70
70
|
crypticorn/common/enums.py,sha256=RitDVqlG_HTe6tHT6bWusZNFCeYk1eQvJVH-7x3_Zlg,668
|
71
71
|
crypticorn/common/errors.py,sha256=8jxZ2lLn_NoFKKq6n2JwKPsR0dA2vkGnbXDfEK6ndH0,27851
|
72
72
|
crypticorn/common/exceptions.py,sha256=BuRLQIg2_pwsaQAhPKP3lY9q2GNp0SlRdXlvp1O2USo,6088
|
73
|
-
crypticorn/common/logging.py,sha256=
|
73
|
+
crypticorn/common/logging.py,sha256=DYP9mNElewhXQxkBtjvAM05tKIbqeDiE9YRH92whMLc,3666
|
74
74
|
crypticorn/common/middleware.py,sha256=PnzYHvB653JfQmwbpoDiHTAjMhH599cQebU0UOyGI2k,1041
|
75
75
|
crypticorn/common/mixins.py,sha256=o2x1aId-mSjLZ2BbDCVRvRH78d7EiDhQn5COwZAkkQs,1719
|
76
76
|
crypticorn/common/pagination.py,sha256=c07jrMNrBaNTmgx4sppdP7ND4RNT7NBqBXWvofazIlE,2251
|
@@ -234,8 +234,8 @@ crypticorn/trade/client/models/strategy_model_input.py,sha256=ala19jARyfA5ysys5D
|
|
234
234
|
crypticorn/trade/client/models/strategy_model_output.py,sha256=2o2lhbgUSTznowpMLEHF1Ex9TG9oRmzlCIb-gXqo7_s,5643
|
235
235
|
crypticorn/trade/client/models/tpsl.py,sha256=C2KgTIZs-a8W4msdaXgBKJcwtA-o5wR4rBauRP-iQxU,4317
|
236
236
|
crypticorn/trade/client/models/trading_action_type.py,sha256=pGq_TFLMPfYFizYP-xKgEC1ZF4U3lGdJYoGa_ZH2x-Q,769
|
237
|
-
crypticorn-2.8.
|
238
|
-
crypticorn-2.8.
|
239
|
-
crypticorn-2.8.
|
240
|
-
crypticorn-2.8.
|
241
|
-
crypticorn-2.8.
|
237
|
+
crypticorn-2.8.0rc6.dist-info/METADATA,sha256=Xn-v6YnY9-0fIoMjAMUc-dcDXyXOhCB5HrRpHyVQ8Qs,8098
|
238
|
+
crypticorn-2.8.0rc6.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
239
|
+
crypticorn-2.8.0rc6.dist-info/entry_points.txt,sha256=d_xHsGvUTebPveVUK0SrpDFQ5ZRSjlI7lNCc11sn2PM,59
|
240
|
+
crypticorn-2.8.0rc6.dist-info/top_level.txt,sha256=EP3NY216qIBYfmvGl0L2Zc9ItP0DjGSkiYqd9xJwGcM,11
|
241
|
+
crypticorn-2.8.0rc6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|