Is your feature request related to a problem?
Windows services don't have a console, and our mxcp app, when started from within a Windows service, print to stdout.
Describe the solution you'd like
MXCPServer has a debug=false/true flag to enable disable DEBUG. A similar flag could disable logs as a whole? Like write logs to void, or a file. (Writing to void would be a needed option.)
Describe alternatives you've considered
Use Case
Start mxcp from within a Windows service.
Implementation Ideas
Additional Context
Is your feature request related to a problem?
Windows services don't have a console, and our mxcp app, when started from within a Windows service, print to stdout.
Describe the solution you'd like
MXCPServer has a debug=false/true flag to enable disable DEBUG. A similar flag could disable logs as a whole? Like write logs to void, or a file. (Writing to void would be a needed option.)
Describe alternatives you've considered
Use Case
Start mxcp from within a Windows service.
Implementation Ideas
Additional Context