zowe / zss

Zowe System Services Server for enabling low-level microservices
Eclipse Public License 2.0
13 stars 45 forks source link

"fallback to default server settings" #718

Open 1000TurquoisePogs opened 1 week ago

1000TurquoisePogs commented 1 week ago

ZSS prints this message here https://github.com/zowe/zss/blob/b1e08d732ee34f1fda127ebbc799ffab18d6247e/c/zss.c#L373 It is printed because the user did not configure an optional parameter.

This should not be printed as an INFO message on that condition. It will scare people into thinking they did something wrong.

Make it a DEBUG message.