We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fb40a commit a0dea8aCopy full SHA for a0dea8a
1 file changed
tablewriter.go
@@ -410,7 +410,7 @@ func (t *Table) Footer(elements ...any) {
410
func (t *Table) Options(opts ...Option) *Table {
411
// add logger
412
if t.logger == nil {
413
- t.logger = ll.New("table").Handler(lh.NewTextHandler(t.trace)).Disable()
+ t.logger = ll.New("table").Handler(lh.NewTextHandler(t.trace))
414
}
415
416
// Disable and suspend the logger before applying options to prevent premature
0 commit comments