ML4GW / aframev2

Detecting binary black hole mergers in LIGO with neural networks
MIT License
5 stars 16 forks source link

`configure_logging` to all `law` `Tasks` #287

Open EthanMarx opened 1 week ago

EthanMarx commented 1 week ago

adds configure_logging call to law Tasks so that we can catch any logging statements made from with run methods. Also added log_file and verbose parameters to each task.

Down the line, we can figure out the best way to pass log_file to each task.

EthanMarx commented 1 week ago

Couple things were breaking that i need to look into

wbenoit26 commented 1 week ago

This is great, let me know when things are working