@jitterted Interesting. Recently we were asked to implement a feature and we added a boolean COLLECT_LOGS. When we showed it to the user she found it confusing (like in your example, she wasn’t sure what the difference between true and false was) and suggested presenting a list of two values instead (COLLECT_FULL_LOGS, GET_COUNT_ONLY). The flexibility of having the possibility to add more options in the future by using a list instead of a boolean is also very nice.