You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
The server process gets started as a child of the AutoPlug process and thus with no real terminal attached to it, which prevents colors aka ANSI escape codes to get shown.
At the moment AutoPlug uses a workaround that checks for specific words in the string (like ERROR or WARN) and colors the complete line accordingly.
Alternatively you can do the following:
*add it to your server startup flags (between java ... and -jar, in general config start-command, tested on latest paper)
The text was updated successfully, but these errors were encountered:
Osiris-Team
changed the title
Full color support for server process I/O
Full color support for server process I/O (advanced terminal features)
May 14, 2022
Importance: 3/10
Problem:
The server process gets started as a child of the AutoPlug process and thus with no real terminal attached to it, which prevents colors aka ANSI escape codes to get shown.
Solution:
*add it to your server startup flags (between java ... and -jar, in general config
start-command
, tested on latest paper)The text was updated successfully, but these errors were encountered: