Skip to content

Commit

Permalink
fix windows logging file
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes committed Mar 13, 2023
1 parent 39d47be commit a97258d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/package/windows/nri-386-installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<Feature Id="ProductFeature" Title="New Relic Infrastructure Integration, nri-$(var.IntegrationName)" Level="1">
<ComponentRef Id="CMP_V1_PLUGIN_CONFIGS"/>
<ComponentRed Id="CMP_V1_PLUGIN_LOG_CONFIGS"/>
<ComponentRef Id="CMP_V1_PLUGIN_LOG_CONFIGS"/>
<ComponentRef Id="CMP_V1_CUSTOM_PLUGINS"/>
<ComponentRef Id="CMP_V1_CUSTOM_PLUGINS_BIN"/>
<ComponentGroupRef Id="CustomPluginsBinComponent"/>
Expand Down Expand Up @@ -103,12 +103,12 @@
</Component>
</ComponentGroup>
<ComponentGroup Id="PluginLogConfigsComponent" Directory="PluginLogConfigsFolder">
<Component Id="CMP_NRI_$(var.IntegrationName)_LOG_CONFIG_YML" Guid="888b104cc-7b5a-4a5d-bf5c-b0d9f56cd6a0" Win64="no">
<Component Id="CMP_NRI_$(var.IntegrationName)_LOG_CONFIG_YML" Guid="9bf8ffe3-af6b-4f18-9fd2-aabaea54b66d" Win64="no">
<File Id="FILE_NRI_$(var.IntegrationName)_LOG_CONFIG_YML"
Name="$(var.IntegrationName)-log-win.yml.example"
Source="$(var.BinariesPath)New Relic\newrelic-infra\logging.d\$(var.IntegrationName)-log-win.yml.example"
KeyPath="yes"/>
</Component>
</ComponentGroup>
</Fragment>
</Wix>
</Wix>

0 comments on commit a97258d

Please sign in to comment.