I'd like to ignore the error when there's only one argument to the function. For example: ``` logger.debug( "Really long string " "implicitly joined" ) ```