Skip to content

Commit

Permalink
Do not set debug log level when debug flag is used
Browse files Browse the repository at this point in the history
Unset debug level when --debug is used to not use it as default behavior.
To set debug log level use env variable from CLI help.
  • Loading branch information
Alexander Garagatyi committed Apr 20, 2017
1 parent 20880c4 commit b3ce50f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dockerfiles/init/modules/che/templates/che.env.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ CATALINA_OPTS=-Dcom.sun.management.jmxremote=true -Djava.rmi.server.hostname=loc
CHE_DEBUG_SERVER=true
JPDA=jpda
CHE_ASSEMBLY=<%= scope.lookupvar('che::che_assembly') %>
CHE_LOG_LEVEL=debug
JPDA_ADDRESS=<%= scope.lookupvar('che::che_debug_port') %>
<% if scope.lookupvar('che::che_debug_suspend') == "true" %>JPDA_SUSPEND=y<% end %>
<% end -%>
Expand Down

0 comments on commit b3ce50f

Please sign in to comment.