The YB-TServer service performs the actual input-output for end-user requests. It handles Data Manipulation Language (DML) statements such as INSERT, UPDATE, DELETE, and SELECT.
YB-TServer actions are logged and organized by error severity: FATAL, ERROR, WARNING, INFO.
The log level is defined by the –minloglevel gFlag which can be set to one of the following values: 0 (INFO), 1 (WARN), 2 (ERROR), 3 (FATAL), where 0 (INFO) is the default.
The YB-TServer processes are quite chatty and log ALOT of INFO messages. If you are only intertesed in non-INFO messages, you can turn them off.