terraform/helper/logging
Martin Atkins faffb3a784 helper/logging: Warn about levels other than TRACE
The filtering for other log levels is unreliable and glitchy because it's
trying to infer information from the log stream that isn't reliably
represented.

Although the previous commit has improved the situation somewhat, it is
still a tricky and unreliable heuristic, so worth a warning to anyone who
is reading such a log that if they see something confusing it could be
a result of the heuristic not working fully.
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: Bring the LevelFilter into our own codebase 2019-12-05 15:22:03 -08:00
level_test.go helper/logging: Bring the LevelFilter into our own codebase 2019-12-05 15:22:03 -08:00
logging.go helper/logging: Warn about levels other than TRACE 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