devrom Posted March 3, 2021 Posted March 3, 2021 Is there an option to disable console logging? In the optimal case our customers would only see our custom log messages and nothing about the initialization of the Engine.
silent Posted March 3, 2021 Posted March 3, 2021 What do you mean by disable console logging? Can you show us a screenshot where exactly do you want to disable it? How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
devrom Posted March 3, 2021 Author Posted March 3, 2021 27 minutes ago, silent said: where exactly do you want to disable it? Terminal, Shell, Powershell, Bash, Command Prompt Basically I want to disable writing to stdout.
silent Posted March 3, 2021 Posted March 3, 2021 You can disable logging to stdout with engine startup parameter: -log_stdout 0 You also can completely disable logging to the text engine log (which is not recommended in case if you need to debug something later): -log_file 0 Thanks! 1 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts