Make it possible to disable the logo by subclassing Config
This commit is contained in:
@@ -294,6 +294,7 @@ class Sanic:
|
||||
|
||||
if debug:
|
||||
log.setLevel(logging.DEBUG)
|
||||
if self.config.LOGO is not None:
|
||||
log.debug(self.config.LOGO)
|
||||
|
||||
# Serve
|
||||
|
||||
Reference in New Issue
Block a user