Skip to content

Commit fcef569

Browse files
committed
update changelog
1 parent f544c93 commit fcef569

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

experimental/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For notes on migrating to 2.x / 0.200.x see [the upgrade guide](doc/upgrade-to-2
1818

1919
*feat(opentelemetry-configuration): creation of basic ConfigProvider [#5809](https://github.com/open-telemetry/opentelemetry-js/pull/5809) @maryliag
2020
*feat(opentelemetry-configuration): creation of basic FileConfigProvider [#5863](https://github.com/open-telemetry/opentelemetry-js/pull/5863) @maryliag
21-
*feat(opentelemetry-configuration): Parse of Configuration File [#](https://github.com/open-telemetry/opentelemetry-js/pull/) @maryliag
21+
*feat(opentelemetry-configuration): Parse of Configuration File [#5875](https://github.com/open-telemetry/opentelemetry-js/pull/5875) @maryliag
2222

2323
### :bug: Bug Fixes
2424

experimental/packages/opentelemetry-configuration/src/FileConfigProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ function ParseConfigFile(config: ConfigurationModel) {
8484

8585
setValuesFromEnvVariables(config);
8686
} else {
87-
console.log(`Unsupported File Format: ${parsedContent['file_format']}. It must be one of the following: ${supportedFileVersions}`);
8887
throw new Error(
8988
`Unsupported File Format: ${parsedContent['file_format']}. It must be one of the following: ${supportedFileVersions}`
9089
);

0 commit comments

Comments
 (0)