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
Self explain question?
Options -l and -d give us abilty to change place of logs but not to turn it off completly.
Also is it posible to disable json response at all ?
The text was updated successfully, but these errors were encountered:
These logs are managed by the GStreamer debugging subsystem, so you can disable them or reduce them:
gst-client debug_enable false# disable debug
gst-client debug_threshold gstd*:2 # limit gstd logging to warnings and errors
These logs are only saved while in daemon mode. By running gstd in foreground mode these logs are not logged to any file.
I've opened Feature/allow disabling daemon logs #281 to add the functionality you requested. Now, by passing -L, no log files will be opened even in daemon mode. I'll merge once approved.
Self explain question?
Options -l and -d give us abilty to change place of logs but not to turn it off completly.
Also is it posible to disable json response at all ?
The text was updated successfully, but these errors were encountered: