Skip to content

Commit

Permalink
Merge pull request #1532 from guardian/facia-logging
Browse files Browse the repository at this point in the history
Switch to DevX logs
  • Loading branch information
davidfurey authored Nov 21, 2023
2 parents 857b768 + 30f765e commit 6cd4768
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 74 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ riffRaffUploadManifestBucket := Option("riffraff-builds")
riffRaffArtifactResources := {
Seq(
(Debian / packageBin).value -> s"${name.value}/${name.value}_1.0_all.deb",
baseDirectory.value / "riff-raff.yaml" -> "riff-raff.yaml",
baseDirectory.value / "fluentbit/td-agent-bit.conf" -> "facia-tool/fluentbit/td-agent-bit.conf",
baseDirectory.value / "fluentbit/parsers.conf" -> "facia-tool/fluentbit/parsers.conf"
baseDirectory.value / "riff-raff.yaml" -> "riff-raff.yaml"
)
}

Expand Down
4 changes: 0 additions & 4 deletions fluentbit/parsers.conf

This file was deleted.

66 changes: 0 additions & 66 deletions fluentbit/td-agent-bit.conf

This file was deleted.

2 changes: 1 addition & 1 deletion riff-raff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deployments:
app: facia-tool
parameters:
amiTags:
Recipe: editorial-tools-focal-java8-ARM
Recipe: editorial-tools-focal-java8-ARM-WITH-cdk-base
AmigoStage: PROD
BuiltBy: amigo
amiEncrypted: true
Expand Down

0 comments on commit 6cd4768

Please sign in to comment.