how do folks feel about the occasional use of lazi...
# general
r
how do folks feel about the occasional use of lazily-evaluated logging format
logger.debug('xyz is %s', xyz)
in pants? afaict, there’s no builtin way to do the same with the .format() style and it feels a bit awkward to mix styles.