956698e52dfb7883101e617a5b4905444be05925,tests/testRoiRequestBatch.py,,,#,81

Before Change


if __name__ == "__main__":
    // Run this file independently to see debug output.
    logger.setLevel(logging.DEBUG)
    logger.addHandler(logging.StreamHandler(sys.stdout))

    import sys
    import nose

After Change



if __name__ == "__main__":
    // Run this file independently to see debug output.
    handler = logging.StreamHandler(sys.stdout)
    logger.setLevel(logging.DEBUG)
    logging.getLogger("lazyflow.utility.roiRequestBatch").setLevel(logging.INFO)

    logger.addHandler(handler)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: ilastik/ilastik
Commit Name: 956698e52dfb7883101e617a5b4905444be05925
Time: 2014-11-24
Author: bergs@janelia.hhmi.org
File Name: tests/testRoiRequestBatch.py
Class Name:
Method Name:


Project Name: apache/incubator-mxnet
Commit Name: 9f6070f560bbf38b433e3cac0a47d180da672c80
Time: 2019-11-01
Author: szha@users.noreply.github.com
File Name: python/mxnet/gluon/contrib/estimator/event_handler.py
Class Name: LoggingHandler
Method Name: __init__


Project Name: pfnet/optuna
Commit Name: 70e7a77448fdb530e326800b9cd1f8e49f72efc9
Time: 2020-01-28
Author: masaki.kozuki.2014@gmail.com
File Name: optuna/logging.py
Class Name:
Method Name: _configure_library_root_logger