A typical support scenario is going to be, can you run that command again with full logging, e.g. sqlcmd create mssql -v 4 Which is currently short for sqlcmd create mssql --verbosity 4 But: -v is taken, -l is taken. What's the POSIX CLI norm for getting full logging? (is --verbosity even a good flag name for this)