Skip to content

Commit ff76589

Browse files
JP-4129: Add CRDS to the stpipe loggers (#10523)
1 parent e5f2495 commit ff76589

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

changes/10523.stpipe.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add "CRDS" to the loggers configured by stpipe.

jwst/stpipe/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def get_stpipe_loggers():
9898
# Specify the log names for any dependencies whose
9999
# loggers we want to configure and for the special "py.warnings"
100100
# logger which is the source of warning log messages for python warnings
101-
return ("jwst", "stcal", "stdatamodels", "stpipe", "tweakwcs", "py.warnings")
101+
return ("jwst", "stcal", "stdatamodels", "stpipe", "tweakwcs", "CRDS", "py.warnings")
102102

103103
def load_as_level2_asn(self, obj):
104104
"""

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ dependencies = [
3232
# "stdatamodels>=5.0.1,<6",
3333
"stdatamodels @ git+https://github.com/spacetelescope/stdatamodels.git@main",
3434
"stcal>=1.18,<2",
35-
"stpipe>=0.12,<2",
35+
# "stpipe>=0.12,<2",
36+
"stpipe @ git+https://github.com/spacetelescope/stpipe.git@main",
3637
"synphot>=1.3",
3738
"tweakwcs>=0.8.8",
3839
"packaging>=21.0",

0 commit comments

Comments
 (0)