mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 21:34:33 +00:00
ff90f4fd22
* Improve logging and logging options in Fluffy - Allow selection of log format, including: - JSON - automatic selection based on tty - Allow log levels per topic configured on cli
14 lines
282 B
Nim
14 lines
282 B
Nim
-d:"chronicles_runtime_filtering=on"
|
|
-d:"chronicles_disable_thread_id"
|
|
|
|
@if release:
|
|
-d:"chronicles_line_numbers:0"
|
|
@end
|
|
|
|
-d:chronosStrictException
|
|
--styleCheck:usages
|
|
--styleCheck:hint
|
|
--hint[XDeclaredButNotUsed]:off
|
|
--hint[ConvFromXtoItselfNotNeeded]:off
|
|
--hint[Processing]:off
|