-
Notifications
You must be signed in to change notification settings - Fork 585
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add metrics exclusions till metric migration is complete
Currently SCDF fails to start with errors around metrics. These will need to be re-added when metric migration begins Remove debug settings from previous commit
- Loading branch information
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,3 @@ spring: | |
jpa: | ||
hibernate: | ||
ddl-auto: none | ||
debug: true | ||
logging: | ||
level: | ||
org: | ||
springframework: | ||
cloud: | ||
dataflow: debug |