In order to enter the admin panel of wildfly, you need to go to the following address:
http://10.68.4.67:10990/ |
Standard login data:
Login | admin |
Password | Qwerty123 |
Configuration → Subsystems → Logging → Configuration and click the button "View".
Configuration → Profiles→ <Profile name, usually full-ha>→ Logging → Configuration and click the button "View":
On the opened page go to Handler → Periodic Size Handler:
Fill in the data:
rdpmanager | |
rdpmanager.log | |
jboss.server.log.dir (pick from the list) | |
Level | ALL |
10 | |
10m | |
Suffix | .yyyy-MM-dd |
Add by analogy for FREERDPFILE:
Name | FREERDPFILE |
freerdp.log | |
jboss.server.log.dir (pick from the list) | |
Level | ALL |
10 | |
10m | |
Suffix | .yyyy-MM-dd |
If you have done everything correctly, the added items will appear in the list:
Go to the Categories section and click the "Add" button:
Fill in the data:
Name | FreeRDPLogger |
Level | TRACE |
Handlers | FREERDPFILE |
Use Parent Handlers | OFF |
Add by analogy for RDPMANAGERFILE:
Name | RDPMANAGERFILE |
Level | INFO |
Handlers | rdpmanager |
Use Parent Handlers | OFF |
After these steps, you need to restart the wildfly server.
You can do this by executing the command in the console:
systemctl restart wildfly.service |
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":