When starting up Nikita, it print a 'banner' which is only sensibly read with a terminal much wider than 80 characters, and which present fairly useless log lines when starting the service from systemd.
I suggest to change the banner like this to only get a single line with the banner instead of todays ascii art edition:
diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt index 99d8df28c..978170639 100644 --- a/src/main/resources/banner.txt +++ b/src/main/resources/banner.txt @@ -1,6 +1 @@ - _ _ _ _ _ _____ - (_) | | (_) | | | | | ____| - _ __ _ | | __ _ | |_ __ _ ______ _ __ ___ __ _ _ __ | | __ | |__ ______ ___ ___ _ __ ___ - | '_ \ | | | |/ / | | | __| / _` | |______| | '_ \ / _ \ / _` | | '__| | |/ / |___ \ |______| / __| / _ \ | '__| / _ \ - | | | | | | | < | | | |_ | (_| | | | | | | (_) | | (_| | | | | < ___) | | (__ | (_) | | | | __/ - |_| |_| |_| |_|_\ |_| __| __,_| |_| |_| ___/ __,_| |_| |_|_\ |____/ ___| ___/ |_| ___| +nikita-noark5-core