2021-06-18, 05:08 PM
Hi all,
I've looked everywhere and tried everything, to turn off logging, or at least set it to just errors, instead of DEBUG and INFO.
How do I stop logging to nrecord.log or at least tone it down to errors/critical only.
I have modified config.xml and Config-master-don'edit.xml (yeah I know) to change <LogLevel> in <General> section to ERROR and NONE but it doesn't change anything. I still keep seeing INFO and DEBUG messages in nrecord.log. What is the set ov valid values here???
I have modified appsettings.json in the /opt/nextpvr folder, following microsoft standards, changing to below and that changes nothing as well.
So what gives.
I am running version 5.1.2 on debian 10. Installed via https://nextpvr.com/nextpvr-helper.deb
"Logging": {
"LogLevel": {
"Default": "None",
"Microsoft": "None"
},
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "None",
"Microsoft": "None"
}
},
"Console": {
"LogLevel": {
"Default": "None",
"Microsoft": "None"
}
}
}
I've looked everywhere and tried everything, to turn off logging, or at least set it to just errors, instead of DEBUG and INFO.
How do I stop logging to nrecord.log or at least tone it down to errors/critical only.
I have modified config.xml and Config-master-don'edit.xml (yeah I know) to change <LogLevel> in <General> section to ERROR and NONE but it doesn't change anything. I still keep seeing INFO and DEBUG messages in nrecord.log. What is the set ov valid values here???
I have modified appsettings.json in the /opt/nextpvr folder, following microsoft standards, changing to below and that changes nothing as well.
So what gives.
I am running version 5.1.2 on debian 10. Installed via https://nextpvr.com/nextpvr-helper.deb
"Logging": {
"LogLevel": {
"Default": "None",
"Microsoft": "None"
},
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "None",
"Microsoft": "None"
}
},
"Console": {
"LogLevel": {
"Default": "None",
"Microsoft": "None"
}
}
}