terraform/helper/logging
Martin Atkins 97d64581c6 helper/logging: Loosen the filtering heuristic even more
Now we'll consider any message that doesn't start with a digit as a
continuation. This is _definitely_ in loose, best-effort territory now
since a continuation line could very well start with a digit, but
ultimately this is still better than the totally broken behavior that
preceded it.

Just to make sure that none of these heuristics interfere with producing
complete, accurate logs for TRACE, we'll skip the LevelFilter altogether
in that case.
2019-12-05 15:22:03 -08:00
..
indent.go helper/logging: Bring the LevelFilter into our own codebase 2019-12-05 15:22:03 -08:00
indent_test.go helper/logging: Bring the LevelFilter into our own codebase 2019-12-05 15:22:03 -08:00
level.go helper/logging: Loosen the filtering heuristic even more 2019-12-05 15:22:03 -08:00
level_test.go helper/logging: Loosen the filtering heuristic even more 2019-12-05 15:22:03 -08:00
logging.go helper/logging: Loosen the filtering heuristic even more 2019-12-05 15:22:03 -08:00
transport.go pretty-print json in http requests/responses 2018-08-09 12:27:58 -07:00