Skip to content

Commit

Permalink
Merge pull request #11 from DNAstack/migrate-gcp-to-cloud-profile-#18…
Browse files Browse the repository at this point in the history
…5630703

[#185630703] - Migrate gcp to cloud spring active profile
  • Loading branch information
dna-minn authored Sep 12, 2023
2 parents a5d9d15 + 4cbf949 commit a43c1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<configuration>
<springProfile name="gcp">
<springProfile name="cloud">
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
<include resource="org/springframework/boot/logging/logback/console-appender.xml"/>
<appender class="ch.qos.logback.core.ConsoleAppender" name="stdout">
Expand All @@ -16,7 +16,7 @@
<appender-ref ref="stdout"/>
</root>
</springProfile>
<springProfile name="!gcp">
<springProfile name="!cloud">
<include resource="org/springframework/boot/logging/logback/base.xml"/>
</springProfile>
</configuration>

0 comments on commit a43c1d0

Please sign in to comment.