firebelley / godot-export

Automatically exports your Godot games.
MIT License
461 stars 53 forks source link

Make godot verbose build optional #75

Closed manuel3108 closed 2 years ago

manuel3108 commented 2 years ago

See https://github.com/firebelley/godot-export/blob/1e28506c4afa5c7c33c7da60f87b71ccacf4a405/src/godot.ts#L165

This is really spamming the logs with not so interesting stuff. But it might help with debugging in some cases. That's why i propose to make it optional

firebelley commented 2 years ago

This is handled in https://github.com/firebelley/godot-export/pull/78. Please let me know what you think if you have comments!

manuel3108 commented 2 years ago

Thanks! I have added my "short" comment directly on the pr.

firebelley commented 2 years ago

This has been addressed in #78

Thanks so much!