Skip to content

Commit d93d4ab

Browse files
feat: expose log level to hydra config (#1204)
1 parent 95f2c7b commit d93d4ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gentropy/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class SessionConfig:
2222
output_partitions: int = 200
2323
use_enhanced_bgzip_codec: bool = False
2424
dynamic_allocation: bool = True
25+
log_level: str = "ERROR"
2526
_target_: str = "gentropy.common.session.Session"
2627

2728

0 commit comments

Comments
 (0)