You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting an application with the bash script it is too verbose per default, e.g.:
➜ bin ./electric-services
[addJava] arg = '-Dconfig.file=/Users/ahjohannessen/Desktop/electric-services-0.0.4/bin/../conf/application.config'
[addJava] arg = '-Xms1024M'
[addJava] arg = '-Xmx2048M'
# Executing command line:
java
-Dconfig.file=/Users/ahjohannessen/Desktop/electric-services-0.0.4/bin/../conf/application.config
-Xms1024M
-Xmx2048M
-cp
*** Lot of jars here ***
*** Lot of jars here ***
*** Lot of jars here ***
*** Lot of jars here ***
electric.services.kernel.Daemon
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
[INFO] [05/15/2014 15:34:28.893] [main] [ActorSystem(electric)] Running...
...
When starting an application with the bash script it is too verbose per default, e.g.:
I suspect the bug is introduced here: cc6c2a7
The text was updated successfully, but these errors were encountered: