Skip to content

Commit

Permalink
Switch to DevX logs
Browse files Browse the repository at this point in the history
remove fluentbit config etc. and switch to the WITH-cdk-base Amigo recipe
  • Loading branch information
davidfurey committed Nov 17, 2023
1 parent 50f4c92 commit d550036
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 d550036

Please sign in to comment.