Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.
Оглавление
maxLevel2

Вход в админ панель WildFly

WildFly admin panel login

In order to enter the admin panel of wildfly, you need to go to the following addressДля того, чтоыб войти в админ панель wildfly, нужно перейти по следюущему адресу:

Блок кода
http://10.68.4.67:10990/

Стандартные данные на входStandard login data:

ЛогинLoginadmin
ПарольPasswordQwerty123

...

Configuring Handler

...

For Standalone

Configuration → Subsystems → Logging → Configuration и нажимаем кнопку and click the button "View".

...

For Domain

Configuration → Profiles→ <Имя профиля<Profile name, обычно usually full-ha>→ Logging → Configuration и нажимаем кнопку and click the button "View":
Image Removed
Image Added

On the opened page go to На открывшейся странице переходим в Handler → Periodic Size Handler:
Image RemovedImage Added

Next, click the Далее нажимаем кнопку "Add" button:
Image RemovedImage Added

...

Adding Handler Rdpmanager

Заполняем данныеFill in the data:

rdpmanager
rdpmanager.log
jboss.server.log.dir (выбираем из спискаpick from the list)
LevelALL
10
10m
Suffix.yyyy-MM-dd

Image RemovedImage Added

...

Adding Handler FREERDPFILE

Добавляем по аналогии и для FREERDPFILEAdd by analogy for FREERDPFILE:

NameFREERDPFILE
freerdp.log
jboss.server.log.dir (выбираем из спискаpick from the list)
LevelALL
10
10m
Suffix  .yyyy-MM-dd

Image Removed

Если все сделали верно, то в списке появятся добавленные элементы:
Image Removed

Настройка Categories 

Переходим в раздел Categories и нажимаем кнопку "Add":
Image Removed

FREERDPFILE

Image Added

If you have done everything correctly, the added items will appear in the list:
Image Added

Configuring Categories

Go to the Categories section and click the "Add" button:
Image Added

FREERDPFILE

Fill in the dataЗаполняем данные:

NameFreeRDPLogger
LevelTRACE
HandlersFREERDPFILE
Use Parent HandlersOFF

Image RemovedImage Added

RDPMANAGERFILE

Добавляем по аналогии и для RDPMANAGERFILEAdd by analogy for RDPMANAGERFILE:

Name

RDPMANAGERFILE

LevelINFO
Handlersrdpmanager
Use Parent HandlersOFF

Image RemovedImage Added

...

WildFly

...

server restart

After these steps, you need to restart the wildfly server.

You can do this by executing the command in the console

После проделанных действий нужно перезапустить сервера wildfly.

Сделать это можно выполнив в консоли с помощью команды:

Блок кода
systemctl restart wildfly.service

Также это можно сделать административной панели. Для этого перейти в раздел Runtime, выбрать сервер, нажать стрелочку у кнопки "View" и выбрать You can also do this in the administrative panel. To do this, go to the Runtime section, select the server, click the arrow at the "View" button and select "Reload":

Image RemovedImage Added