Commit 0994e68
Enable trace logs when core is run with --veryVerbose
The already existing infrastructure can map logrus' TraceLevel to InfoLogger's Debug severity and Trace level.
Also, Trace logs are enabled only if the core is ran with --veryVerbose, however, they are not propagated to InfoLogger.
This commit enables the propagation of Trace logs to InfoLogger.
I expect the impact to be minimal, as we run with --veryVerbose only when really needed and mostly in development setups.
It is not aimed to be the default mode to operate with.
This commit should have no effect on the logs from executor, as it is always ran with Debug level.1 parent 101f12d commit 0994e68
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
0 commit comments