We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clio can't exit gracefully if exception happens during WebServer creation
1 Change server.ip to a number in config.json 2 Start Clio
Find the wrong setting and print to log
util/log/Logger.hpp:238 [2024-09-17 14:22:27.139180] RPC:NFO API version settings: [min = 1; max = 2; default = 1] util/log/Logger.hpp:238 [2024-09-17 14:22:27.139222] RPC:NFO Init RPC Cache, timeout: 0.8 seconds, cached commands: server_info util/log/Logger.hpp:238 [2024-09-17 14:22:27.139459] RPC:NFO API version settings: [min = 1; max = 2; default = 1] util/log/Logger.hpp:238 [2024-09-17 14:22:27.139658] ETL:NFO onStop called util/log/Logger.hpp:229 [2024-09-17 14:22:27.139703] ETL:DBG Stopping Reporting ETL [3] 56111 segmentation fault ./clio_server ~/config/clio.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
Clio can't exit gracefully if exception happens during WebServer creation
Steps to Reproduce
1 Change server.ip to a number in config.json
2 Start Clio
Expected Result
Find the wrong setting and print to log
Actual Result
The text was updated successfully, but these errors were encountered: