-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
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
02d6fb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this to work, you also need to remove line 11 - 16 ...
D: 2017-07-19 13:56:02,609] [P: ERROR] [C: ] [T: main] [L: org.springframework.boot.SpringApplication] - [M: Application startup failed]
| java.lang.IllegalStateException: Logback configuration error detected:
| ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [ERROR_APPENDER]. Did you define it below instead of above in the configuration file?
| ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
| ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [INFO_APPENDER]. Did you define it below instead of above in the configuration file?
| ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
| ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [DEBUG_APPENDER]. Did you define it below instead of above in the configuration file?
| ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
| at org.springframework.boot.logging.logback.LogbackLoggingSystem.loadConfiguration(LogbackLoggingSystem.java:162)
02d6fb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that someone needs desperately a CI/CD setup for the Project 👎
Also our merge process should be revisited... @sjimenez77 👎 👎
I will change it now
02d6fb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could create a pull request from my fork of the reference application, I have the changes ready.