All translations

From Vintage Story Wiki

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)The rsyslog config splits the output logs into seperate files that you can watch with tail command<br>
For Login/Logout see
  tail -f /var/log/vintagestory-server/login.log
For all chat messages see
  tail -f /var/log/vintagestory-server/chat.log
For all messages containing [Server Warning] see
  tail -f /var/log/vintagestory-server/warn.log
For all messages containing [Server Notification] see
  tail -f /var/log/vintagestory-server/info.log
For all messages containing [Server Debug] see
  tail -f /var/log/vintagestory-server/debug.log
For all messages containing [Server Event] see
  tail -f /var/log/vintagestory-server/event.log
For all other messages see
  tail -f /var/log/vintagestory-server/other.log
 h French (fr)La configuration de rsyslog divise les journaux du serveur en fichiers distincts que vous pouvez consulter avec la commande "tail".<br>
Pour les connexions et déconnexions :
  tail -f /var/log/vintagestory-server/login.log
Pour tous les messages de chat :
  tail -f /var/log/vintagestory-server/chat.log
Pour tous les messages contenant [Server Warning] :
  tail -f /var/log/vintagestory-server/warn.log
Pour tous les messages contenant [Server Notification] :
  tail -f /var/log/vintagestory-server/info.log
Pour tous les messages contenant [Server Debug] :
  tail -f /var/log/vintagestory-server/debug.log
Pour tous les messages contenant [Server Event] :
  tail -f /var/log/vintagestory-server/event.log
Pour tous les autres messages :
  tail -f /var/log/vintagestory-server/other.log
 h Russian (ru)Конфигурация rsyslog разбивает выходные журналы на отдельные файлы, которые вы можете просматривать с помощью команды tail<br>
Для входа/выхода из системы см.
  tail -f /var/log/vintagestory-server/login.log
Для всех сообщений чата см.
  tail -f /var/log/vintagestory-server/chat.log
Все сообщения, содержащие [предупреждение сервера], см. В разделе
  tail -f /var/log/vintagestory-server/warn.log
Все сообщения, содержащие [уведомление сервера], см. В разделе
  tail -f /var/log/vintagestory-server/info.log
Для всех сообщений, содержащих [тестовый сервер] см.
  tail -f /var/log/vintagestory-server/debug.log
Все сообщения, содержащие [событие сервера], см. В разделе
  tail -f /var/log/vintagestory-server/event.log
Все остальные сообщения см. В разделе
  tail -f /var/log/vintagestory-server/other.log