As an alternative to the
missing 'Global' button, you could run a script on the '.bprelease' XML that changes the logging setting for each action to the required value. This would be part of your deployment process where you set values to the release file according to your requirements in your production environment.
Obviously, that requires you to make a new release including all processes you want to change to no logging, and from then on run this script on each release to be deployed. I think the XML element you're looking for is '<loginihibit', that's either not present, or it is there without a value or it has a value. Find whatever value for this element you require and add or remove from the XML accordingly.
Alternatively, you follow Manpreet's instruction to edit each process and change its logging settings.
As a last resort, you might as the good folks at BP if they would be able to provide you with an SQL script to change the settings to your liking in the database.
...please note that the order of the alternatives above is not the preferred or best order, but rather the order they came up in my head as I wrote this. Choose your favorite and go for it!
------------------------------
Happy coding!
---------------
Paul
Sweden
------------------------------
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)