James Bardin
b61488a8ba
write traceback to log crash log
2020-10-21 17:29:07 -04:00
James Bardin
1d9d82973b
move panicwrap handler to logging package
2020-10-21 13:47:16 -04:00
James Bardin
a3a20e0396
remove LevelFilter
...
We want to always be using the hclogger to filter whenever possible
2020-10-19 14:31:05 -04:00
James Bardin
0b31ffa587
use a single log writer
...
Use a single log writer instance for all std library logging.
Setup the std log writer in the logging package, and remove boilerplate
from test packages.
2020-10-19 14:29:54 -04:00
James Bardin
abf6b9b378
get properly configured hcloggers
...
make sure plugins get hcloggers configured to match core
2020-10-19 14:29:54 -04:00
James Bardin
211edf5d75
use hclog as the default logger
...
Inject hclog as the default logger in the main binary.
2020-10-19 14:29:54 -04:00
James Bardin
6ca477f042
move helper/logging to internal
...
remove a dead code file too
2020-10-19 14:27:53 -04:00