JohnM
seph
JohnM
Stefano Bonicatti
0644
. Though for instance the documentation makes an example with --logger_mode=420
because that's the decimal value of the octal 0644
--logger_mode=420
, while the default right now is --logger_mode=416
seph
JohnM
Stefano Bonicatti
octal string
part is incorrect, because if so it would accept 0644
or 644
and always parse it as an octal, it’s instead parsing it in base 10, so as a decimal.