File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
packages/opentelemetry-configuration/src Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments