Skip to content

Fix log directory name in demo/test server

Paul Luperini requested to merge plu_713_fix_demo_server_logs into master

argv[0] can be an absolute path and this case accounted for. This MR avoids using argv[0] to create the log directory.

Merge request reports