console=True now binds sys.stdout explicitly (was the stdlib StreamHandler stderr default), so a supervisor capturing stdout sees console log lines. console stays off by default (file is the primary sink). docs corrected to stdout. Signed-off-by: disqualifier <dev@disqualifier.me>