RiccardoNizzolo

Results 1 comments of RiccardoNizzolo

A possible workaround is the following: ``` log = logging.getLogger(__name__) dashapp1 = dash.Dash(.... ) # remove last handler. The one added by dash log.handlers.pop() ```