diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-11 10:34:52 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-11 10:35:14 +0200 |
commit | 3aac1c8b4df261c733fb967007839e5845a33d3a (patch) | |
tree | 3e2118a0f23dfebc6712b4385346615c798e4853 /sonar-start | |
parent | cacecda0b05576ad7973a330527d28de7ffb43f2 (diff) | |
download | sonarqube-3aac1c8b4df261c733fb967007839e5845a33d3a.tar.gz sonarqube-3aac1c8b4df261c733fb967007839e5845a33d3a.zip |
SONAR-5409 - Monitor kills node if child process never checked-in (crash in main for example)
Diffstat (limited to 'sonar-start')
-rw-r--r-- | sonar-start/src/main/resources/logback.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-start/src/main/resources/logback.xml b/sonar-start/src/main/resources/logback.xml index 259b15ff591..d873268fc12 100644 --- a/sonar-start/src/main/resources/logback.xml +++ b/sonar-start/src/main/resources/logback.xml @@ -42,7 +42,7 @@ <root> <level value="INFO"/> - <appender-ref ref="LOGFILE"/> + <appender-ref ref="CONSOLE"/> </root> </configuration> |