mirror of
https://github.com/YACReader/yacreader
synced 2026-01-11 18:52:40 -05:00
reduce the log messages with INFO level
This commit is contained in:
@ -25,7 +25,7 @@ void UpdateComicController::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