mpv/input
wm4 3ed96cca88 command: reduce OSC/stats log spam
For some inexplicable reason, the OSC runs the expand-text command a
_lot_. This command is logged at the log file default log level, so the
log file can quickly fill up with these messages. It directly violates
the mpv logging policy: per-frame (or similarly common) log messages
should not be enabled by default for the log file.

stats.lua uses the show-text command for some reason (instead of
creating its own OSD layer).

Explicitly reduce the log level for expand-text and some other commands.
Also reduce the log level for commands triggered by mouse movement.

The previous commit also contributed some to reduce log spam.

Fixes: #4771
2019-12-19 12:52:13 +01:00
..
cmd.c input: export input.conf comments ot input-bindings property 2019-11-23 01:18:49 +01:00
cmd.h command: reduce OSC/stats log spam 2019-12-19 12:52:13 +01:00
event.c input: ignore empty lines on drag-drop mime data 2019-09-21 15:39:47 +02:00
event.h input/event.h: add include guard 2016-03-15 22:44:15 +01:00
input.c mac: remove Apple Remote support 2019-12-15 20:07:31 +01:00
input.h command, input: add input-bindings property 2019-11-23 01:18:49 +01:00
ipc-dummy.c build: change how some OS specific source files are selected 2017-06-29 10:30:16 +02:00
ipc-unix.c options: get rid of GLOBAL_CONFIG hack 2019-11-29 12:14:43 +01:00
ipc-win.c options: get rid of GLOBAL_CONFIG hack 2019-11-29 12:14:43 +01:00
ipc.c ipc: cosmetic: switch a negated if/else 2018-05-25 10:46:18 +02:00
keycodes.c mac: remove Apple Remote support 2019-12-15 20:07:31 +01:00
keycodes.h mac: remove Apple Remote support 2019-12-15 20:07:31 +01:00
pipe-win32.c osdep: rename atomics.h to atomic.h 2016-09-07 11:26:25 +02:00
sdl_gamepad.c sdl: prevent concurrent use of SDL in different threads 2019-10-25 22:17:54 +02:00