Skip to content

Commit f17b767

Browse files
authored
Update logger to include esmvaltool logs (#2886)
1 parent bb9f999 commit f17b767

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ jobs:
141141
. /opt/conda/etc/profile.d/conda.sh
142142
mkdir /logs
143143
conda activate esmvaltool
144-
pip install "intake-esgf>=2025.10.22" # TODO: remove after merge
145144
pip install --no-deps .[test] > /logs/install.txt 2>&1
146145
pip check
147146
- test_and_report:

esmvalcore/config/config-logging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ formatters:
1212
filters:
1313
only_ours: # only keep events from known loggers
1414
(): esmvalcore.config._logging.FilterMultipleNames
15-
names: [esmvalcore, intake-esgf]
15+
names: [esmvalcore, esmvaltool, intake-esgf]
1616
mode: allow
1717
only_cmor: # only events from CMOR check and generic fixes
1818
(): esmvalcore.config._logging.FilterMultipleNames

0 commit comments

Comments
 (0)