mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 09:24:57 -04:00
reduce the log messages with INFO level
This commit is contained in:
@ -15,7 +15,7 @@ void SyncController::service(HttpRequest &request, HttpResponse &response)
|
||||
{
|
||||
QString postData = QString::fromUtf8(request.getBody());
|
||||
|
||||
QLOG_INFO() << "POST DATA: " << postData;
|
||||
QLOG_TRACE() << "POST DATA: " << postData;
|
||||
|
||||
if(postData.length()>0) {
|
||||
QList<QString> data = postData.split("\n");
|
||||
|
Reference in New Issue
Block a user