ansible-navigator icon indicating copy to clipboard operation
ansible-navigator copied to clipboard

`:log` shows a bunch of `curses error` when terminal is resized

Open relrod opened this issue 3 years ago • 2 comments

$TITLE

relrod avatar Mar 26 '21 22:03 relrod

Were these errors or debug messages?

cidrblock avatar May 16 '21 14:05 cidrblock

Were these errors or debug messages?

They're DEBUG level, but they say curses error so they look scary.

e.g.

227│220125174337.567 DEBUG 'ansible_navigator.actions.log.run' autoscroll enabled
228│220125174339.278 DEBUG 'ansible_navigator.ui_framework.ui._add_line' curses error
229│220125174339.278 DEBUG 'ansible_navigator.ui_framework.ui._add_line' screen_h: 55, lineno: 15
230│220125174339.278 DEBUG 'ansible_navigator.ui_framework.ui._add_line' screen_w: 94, column: 94 text: a, lentext: 1, end_col: 95
231│220125174339.280 DEBUG 'ansible_navigator.ui_framework.ui._add_line' curses error
232│220125174339.280 DEBUG 'ansible_navigator.ui_framework.ui._add_line' screen_h: 55, lineno: 47
233│220125174339.280 DEBUG 'ansible_navigator.ui_framework.ui._add_line' screen_w: 94, column: 94 text:  , lentext: 1, end_col: 95
234│220125174339.280 DEBUG 'ansible_navigator.ui_framework.ui._add_line' curses error
235│220125174339.280 DEBUG 'ansible_navigator.ui_framework.ui._add_line' screen_h: 55, lineno: 48
236│220125174339.280 DEBUG 'ansible_navigator.ui_framework.ui._add_line' screen_w: 94, column: 94 text:  , lentext: 1, end_col: 95
237│220125174339.310 DEBUG 'ansible_navigator.ui_framework.ui._add_line' curses error
238│220125174339.310 DEBUG 'ansible_navigator.ui_framework.ui._add_line' screen_h: 55, lineno: 17
239│220125174339.310 DEBUG 'ansible_navigator.ui_framework.ui._add_line' screen_w: 97, column: 97 text:  , lentext: 1, end_col: 98

relrod avatar Jan 25 '22 17:01 relrod

Closing as we do not plan to work on this but a PR would be welcomed.

ssbarnea avatar Feb 12 '24 19:02 ssbarnea