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

Ключ

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

WildFly admin panel login

In order to enter the admin panel of wildfly, you need to go to the following address:

...

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":

...

Next, click the "Add" button:

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

Adding Handler FREERDPFILE

Add by analogy for FREERDPFILE:

...

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

Configuring Categories

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

FREERDPFILE

Fill in the data:

NameFreeRDPLogger
LevelTRACE
HandlersFREERDPFILE
Use Parent HandlersOFF

RDPMANAGERFILE

Add by analogy for RDPMANAGERFILE:

Name

RDPMANAGERFILE

LevelINFO
Handlersrdpmanager
Use Parent HandlersOFF

WildFly server restart

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

...