forked from mirror/logrus
complete documetation on TextFormatter.DisableQuote
This commit is contained in:
parent
4d96c600d9
commit
0fd458a22e
|
@ -37,7 +37,9 @@ type TextFormatter struct {
|
||||||
// Force quoting of all values
|
// Force quoting of all values
|
||||||
ForceQuote bool
|
ForceQuote bool
|
||||||
|
|
||||||
// DisableQuote disables quoting for all values
|
// DisableQuote disables quoting for all values.
|
||||||
|
// DisableQuote will have a lower priority than ForceQuote.
|
||||||
|
// If both of them are set to true, quote will be forced on all values.
|
||||||
DisableQuote bool
|
DisableQuote bool
|
||||||
|
|
||||||
// Override coloring based on CLICOLOR and CLICOLOR_FORCE. - https://bixense.com/clicolors/
|
// Override coloring based on CLICOLOR and CLICOLOR_FORCE. - https://bixense.com/clicolors/
|
||||||
|
|
Loading…
Reference in New Issue