ivcap_fastapi 0.2.0__tar.gz → 0.2.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {ivcap_fastapi-0.2.0 → ivcap_fastapi-0.2.1}/PKG-INFO +1 -1
- {ivcap_fastapi-0.2.0 → ivcap_fastapi-0.2.1}/pyproject.toml +1 -1
- {ivcap_fastapi-0.2.0 → ivcap_fastapi-0.2.1}/src/ivcap_fastapi/__init__.py +1 -1
- {ivcap_fastapi-0.2.0 → ivcap_fastapi-0.2.1}/src/ivcap_fastapi/json_rpc.py +1 -1
- {ivcap_fastapi-0.2.0 → ivcap_fastapi-0.2.1}/src/ivcap_fastapi/logger.py +2 -1
- {ivcap_fastapi-0.2.0 → ivcap_fastapi-0.2.1}/src/ivcap_fastapi/try_later.py +1 -1
- {ivcap_fastapi-0.2.0 → ivcap_fastapi-0.2.1}/AUTHORS.md +0 -0
- {ivcap_fastapi-0.2.0 → ivcap_fastapi-0.2.1}/LICENSE +0 -0
- {ivcap_fastapi-0.2.0 → ivcap_fastapi-0.2.1}/README.md +0 -0
- {ivcap_fastapi-0.2.0 → ivcap_fastapi-0.2.1}/src/ivcap_fastapi/logging.json +0 -0
- {ivcap_fastapi-0.2.0 → ivcap_fastapi-0.2.1}/src/ivcap_fastapi/py.typed +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c)
|
2
|
+
# Copyright (c) 2025 Commonwealth Scientific and Industrial Research Organisation (CSIRO). All rights reserved.
|
3
3
|
# Use of this source code is governed by a BSD-style license that can be
|
4
4
|
# found in the LICENSE file. See the AUTHORS file for names of contributors.
|
5
5
|
#
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c)
|
2
|
+
# Copyright (c) 2025 Commonwealth Scientific and Industrial Research Organisation (CSIRO). All rights reserved.
|
3
3
|
# Use of this source code is governed by a BSD-style license that can be
|
4
4
|
# found in the LICENSE file. See the AUTHORS file for names of contributors.
|
5
5
|
#
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c)
|
2
|
+
# Copyright (c) 2025 Commonwealth Scientific and Industrial Research Organisation (CSIRO). All rights reserved.
|
3
3
|
# Use of this source code is governed by a BSD-style license that can be
|
4
4
|
# found in the LICENSE file. See the AUTHORS file for names of contributors.
|
5
5
|
#
|
@@ -22,5 +22,6 @@ def logging_init(cfg_path: str=None):
|
|
22
22
|
cfg_path = os.path.join(script_dir, "logging.json")
|
23
23
|
|
24
24
|
with open(cfg_path, 'r') as file:
|
25
|
+
global LOGGING_CONFIG
|
25
26
|
LOGGING_CONFIG = json.load(file)
|
26
27
|
dictConfig(LOGGING_CONFIG)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c)
|
2
|
+
# Copyright (c) 2025 Commonwealth Scientific and Industrial Research Organisation (CSIRO). All rights reserved.
|
3
3
|
# Use of this source code is governed by a BSD-style license that can be
|
4
4
|
# found in the LICENSE file. See the AUTHORS file for names of contributors.
|
5
5
|
#
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|