NSD not showing stack max-size & cur-size

When running manual nsd it shows the header of the stack as one line and not including the second line that includes stack max-size and cur-size. How can I force this to occur?

mine looks like:

###################################

thread 41/95 :: server pid=18800, k-id= 60641 , pthr-id=10281

###################################

and I would like it to look like:

###################################

thread 41/95 :: server pid=18800, k-id= 60641 , pthr-id=10281

stack :: k-state=run, stk max-size=262144, cur-size=9488

###################################

Thank you