Skip to content

Commit

Permalink
Remove call to no longer available luigi.setup_interface_logging
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed May 27, 2020
1 parent 1018119 commit 31d6326
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sciluigi/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def setup_logging():
luigi_logger.addHandler(luigi_file_handler)
luigi_logger.addHandler(stream_handler)
luigi_logger.setLevel(logging.WARN)
luigi.interface.setup_interface_logging.has_run = True

sciluigi_logger = logging.getLogger('sciluigi-interface')
sciluigi_logger.addHandler(stream_handler)
Expand Down

0 comments on commit 31d6326

Please sign in to comment.