@@ -1244,7 +1244,7 @@ end}.
1244
1244
{default , lc },
1245
1245
{datatype , {enum , [lc , uc , lc3 , uc3 , lc4 , uc4 ]}}
1246
1246
]}.
1247
- {mapping , " log.console.formatter.single_line" , " rabbit.log.file .formatter" , [
1247
+ {mapping , " log.console.formatter.single_line" , " rabbit.log.console .formatter" , [
1248
1248
{default , off },
1249
1249
{datatype , flag }
1250
1250
]}.
@@ -1283,7 +1283,7 @@ end}.
1283
1283
{default , lc },
1284
1284
{datatype , {enum , [lc , uc , lc3 , uc3 , lc4 , uc4 ]}}
1285
1285
]}.
1286
- {mapping , " log.exchange.formatter.single_line" , " rabbit.log.file .formatter" , [
1286
+ {mapping , " log.exchange.formatter.single_line" , " rabbit.log.exchange .formatter" , [
1287
1287
{default , off },
1288
1288
{datatype , flag }
1289
1289
]}.
@@ -1338,7 +1338,7 @@ end}.
1338
1338
{default , lc },
1339
1339
{datatype , {enum , [lc , uc , lc3 , uc3 , lc4 , uc4 ]}}
1340
1340
]}.
1341
- {mapping , " log.syslog.formatter.single_line" , " rabbit.log.file .formatter" , [
1341
+ {mapping , " log.syslog.formatter.single_line" , " rabbit.log.syslog .formatter" , [
1342
1342
{default , off },
1343
1343
{datatype , flag }
1344
1344
]}.
@@ -1568,7 +1568,7 @@ end}.
1568
1568
{default , plaintext },
1569
1569
{datatype , {enum , [plaintext , json ]}}
1570
1570
]}.
1571
- {mapping , " log.file.formatter.time_format" , " rabbit.log.console .formatter" , [
1571
+ {mapping , " log.file.formatter.time_format" , " rabbit.log.file .formatter" , [
1572
1572
{default , rfc3339_space },
1573
1573
{datatype , [{enum , [rfc3339_space , rfc3339_T , epoch_usecs , epoch_secs , lager_default ]}, string ]}
1574
1574
]}.
0 commit comments