Fix typo in debug logging level warning

This commit is contained in:
Ryan Hofer 2020-02-08 18:17:16 -06:00
parent b73c039070
commit caa2985501
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ const (
// uiFlag is to enable launching cloudflared in interactive UI mode
uiFlag = "ui"
debugLevelWarning = "At debug level, request URL, method, protocol, content legnth and header will be logged. " +
debugLevelWarning = "At debug level, request URL, method, protocol, content length and header will be logged. " +
"Response status, content length and header will also be logged in debug level."
LogFieldCommand = "command"