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
Is there any way to disable all the printing that occurs when creating a map? I can see that the logs are being saved (to e.g. bspc.log - any way to parametrise this too by any chance?), so there is no need to show the output from bsp2aas and similar tools.
Plus this gets quite troublesome when running multiple environments in the same binary. 😃
The text was updated successfully, but these errors were encountered:
You can try adding > /dev/null in places to compile_map.sh, that should get rid of most of the output. (We didn't make this parametrizable because worst case it would make it hard to see errors, and we weren't too bothered by the output.)
I think it'd be great to have a flag at build time to do this, so I may send a patch if I end up doing this automatically (as opposed to manually patching the result of bazel build directly).
Is there any way to disable all the printing that occurs when creating a map? I can see that the logs are being saved (to e.g.
bspc.log
- any way to parametrise this too by any chance?), so there is no need to show the output frombsp2aas
and similar tools.Plus this gets quite troublesome when running multiple environments in the same binary. 😃
The text was updated successfully, but these errors were encountered: