Skip to content

Commit

Permalink
Merge pull request #346 from guardian/atom-workshop-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 50f4c92 + d550036 commit b794de2
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 @@ -30,9 +30,7 @@ lazy val root = (project in file(".")).enablePlugins(PlayScala, RiffRaffArtifact

riffRaffArtifactResources := Seq(
(Debian / packageBin).value -> "atom-workshop/atom-workshop_1.0_all.deb",
baseDirectory.value / "riff-raff.yaml" -> "riff-raff.yaml",
baseDirectory.value / "fluentbit/td-agent-bit.conf" -> "atom-workshop/fluentbit/td-agent-bit.conf",
baseDirectory.value / "fluentbit/parsers.conf" -> "atom-workshop/fluentbit/parsers.conf"
baseDirectory.value / "riff-raff.yaml" -> "riff-raff.yaml"
),

Universal / javaOptions ++= Seq(
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 @@ -12,7 +12,7 @@ deployments:
parameters:
amiTags:
BuiltBy: amigo
Recipe: editorial-tools-focal-java8-ARM
Recipe: editorial-tools-focal-java8-ARM-WITH-cdk-base
AmigoStage: PROD
amiEncrypted: true
amiParameter: ImageId

0 comments on commit b794de2

Please sign in to comment.