Skip to content

Commit aaea454

Browse files
committed
get name of data validation
* verify that we are using the correct name for the extra logger
1 parent b7f0377 commit aaea454

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

data_validation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ def read_all_streams(uid, beamline_acronym):
2727
logger.info(f"{elapsed_time = }")
2828

2929

30-
@task
30+
@task(log_prints=True)
3131
def test_print():
32+
print(f"name of Logger: {logger2.name}")
3233
logger2.warning("logging testtesttest")
3334

3435

0 commit comments

Comments
 (0)