Logger: Add support for toggling sub logger name output for log events (#407)

* Adds new optional log field. Adds padding to the fields to make it have a consistent output

* Line space and correct err message

* Removes padding code

* Moves `ShowLogSystemName` to advanced settings

* Uppers the names. Prevents pointer crash. Adds to config_example.json

* Adds test scenario for nil and true ShowLogSystemName

* buffer reset
This commit is contained in:
Scott
2020-01-03 03:12:23 +00:00
committed by Adrian Gallagher
parent 98a277a4c3
commit f8ef6da93d
8 changed files with 93 additions and 53 deletions

View File

@@ -25,6 +25,7 @@
"maxsize": 250
},
"advancedSettings": {
"showLogSystemName": false,
"spacer": " | ",
"timeStampFormat": "02/01/2006 15:04:05",
"headers": {