pypushflow.logutils.basicConfig#
- pypushflow.logutils.basicConfig(filename=None, logdir=None, user=None, initiator=None, **kwargs)[source]#
- Basic configuration for the root logger. By default:
set log level to INFO
add STDOUT stream handler
Has no effect when there are already handlers unless force=True. Note: pytest installs handlers.