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
There is an error logged each time Settings::fillEmptySettingsWithDefaults() is called, if there are no default settings files found under the relative path "resources/<default_settings_filename>".
This error is logged also if a settings file is found under CMAKE_JOYNR_SETTINGS_INSTALL_DIR.
As the constructors of WebSocketSettings and others call Settings::fillEmptySettingsWithDefaults(), each time one of those settings instances is created, this error is logged.
[error] Settings Could not read settings file: resources/default-websocket.settings: cannot open file
Please remove this log message by checking if the paths exists before, or reduce the log-level.
The text was updated successfully, but these errors were encountered:
There is an error logged each time Settings::fillEmptySettingsWithDefaults() is called, if there are no default settings files found under the relative path "resources/<default_settings_filename>".
This error is logged also if a settings file is found under CMAKE_JOYNR_SETTINGS_INSTALL_DIR.
As the constructors of WebSocketSettings and others call Settings::fillEmptySettingsWithDefaults(), each time one of those settings instances is created, this error is logged.
[error] Settings Could not read settings file: resources/default-websocket.settings: cannot open file
Please remove this log message by checking if the paths exists before, or reduce the log-level.
The text was updated successfully, but these errors were encountered: