Has anyone encountered an issue using ktor-server:2.0.0-beta-1's CallLogging plugin on Linux? Essent...
t
Has anyone encountered an issue using ktor-server:2.0.0-beta-1's CallLogging plugin on Linux? Essentially the jvm crashes when CallLogging calls `AnsiConsole.systemInstall()`(link). I think the issue might be related to https://github.com/fusesource/jansi/issues/204 (fixed in jansi 2.4.0) but haven't had a change to test yet. Current workaround is to just disable the call logging plugin on linux.
e
Hey!
jansi
is updated to 2.4.0 and will be released in Ktor 2.0.0
๐Ÿ‘ 1
t
any idea when jansi 2.4.0 might land in the server betas?
e
It should be published in any recent EAP build and will be published in 2.0.0-RC soon after kotlin 1.6.20
๐Ÿ™ 1
a
There is another related issue that according to comments wonโ€™t be fixed on the jansi side. Also, we have an unmerged pull request to prevent calling
AnsiConsole.systemInstall()
if the colored output is disabled.
๐Ÿ‘ 1