File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ def print_startup_info
30
30
end
31
31
32
32
def log_startup_info
33
- logger . debug ( tag : :* ) { "Batch Size: #{ get . batch_size . inspect } " }
34
- logger . debug ( tag : :* ) { "Correlation: #{ correlation . inspect } " }
35
- logger . debug ( tag : :* ) { "Group Member: #{ group_member . inspect } " }
36
- logger . debug ( tag : :* ) { "Group Size: #{ group_size . inspect } " }
37
- logger . debug ( tag : :* ) { "Condition: #{ condition . inspect } " }
33
+ logger . info ( tags : [ :consumer , :start ] ) { "Batch Size: #{ get . batch_size . inspect } " }
34
+ logger . info ( tags : [ :consumer , :start ] ) { "Correlation: #{ correlation . inspect } " }
35
+ logger . info ( tags : [ :consumer , :start ] ) { "Group Member: #{ group_member . inspect } " }
36
+ logger . info ( tags : [ :consumer , :start ] ) { "Group Size: #{ group_size . inspect } " }
37
+ logger . info ( tags : [ :consumer , :start ] ) { "Condition: #{ condition . inspect } " }
38
38
end
39
39
40
40
def starting
You can’t perform that action at this time.
0 commit comments