Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash script too verbose pr default #252

Closed
ahjohannessen opened this issue May 15, 2014 · 3 comments
Closed

bash script too verbose pr default #252

ahjohannessen opened this issue May 15, 2014 · 3 comments

Comments

@ahjohannessen
Copy link

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...
...

I suspect the bug is introduced here: cc6c2a7

@muuki88 muuki88 added the bug label May 15, 2014
@muuki88 muuki88 added this to the 0.8.0 - windows services milestone May 15, 2014
@muuki88
Copy link
Contributor

muuki88 commented May 15, 2014

Remove the declare debug=0 should do the trick. Still this is strange as I added it because the -d option didn't worked before at all.

Maybe this is a zsh issue.

@ahjohannessen
Copy link
Author

@muuki88 I use zsh, I'll try to see if that is it.

@ahjohannessen
Copy link
Author

@muuki88 Both zsh and bash are too verbose. Removing declare debug=0 fixes it for both shells.

kardapoltsev added a commit that referenced this issue May 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants