Skip to content

Commit

Permalink
Merge pull request #24882 from mmaslankaprv/rno-datalake-trace
Browse files Browse the repository at this point in the history
tests: enable datalake trace logs in RandomNodeOperationsTest
  • Loading branch information
mmaslankaprv authored Jan 22, 2025
2 parents 198a96a + c65cbf8 commit 427d69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/tests/random_node_operations_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(self, test_context, *args, **kwargs):
'storage-gc': 'warn',
'raft': 'debug',
'cluster': 'debug',
'datalake': 'debug',
'datalake': 'trace',
}),
*args,
**kwargs)
Expand Down

0 comments on commit 427d69c

Please sign in to comment.