Setting echo_uow=True at Session instantiation results in a NameError

Issue #1205 resolved
Former user created an issue

It seems that setting the echo_uow parameter to True results in a NameError because a log object is not defined.

Comments (4)

  1. Mike Bayer repo owner

    thanks for the patch, will commit soon. keep in mind the flag is deprecated in any case as you should use ordinary logging.getLogger() calls to configure this.

  2. Log in to comment