Printing Tarantool logs | Tarantool
Документация на русском языке
поддерживается сообществом
Tooling tt CLI utility Commands Printing Tarantool logs

Printing Tarantool logs

$ tt log [APPLICATION[:APP_INSTANCE]]

tt log prints the last lines of instance logs.

To print 10 last log lines of all the app application instances:

$ tt log app

To print 50 last log lines of the router instance of the app application:

$ tt log -n 50 app:router

To keep printing logs of the app application instances as they grow:

$ tt log -f app

-f, --follow

Keep printing new lines added to the log file.

-n, --lines

The number of last lines to output. Default: 10.

Нашли ответ на свой вопрос?
Обратная связь