我正在尝试使用winston库来记录请求并将其保存到文件中。
logger.debug(req.body);
它保存[object Object]而不是请求体。有谁知道我做错了什么?
答案 0 :(得分:0)
尝试这样做
logger.debug(req.body.toSource());
toSource()方法表示对象的源代码。
答案 1 :(得分:0)
您可以将morgan与winston结合使用以自动记录所有请求
<select class="product-sort-select" onchange ="showUser1(this.value)">
<option value="" selected="selected">Sort By</option>
<option value="byname"> name</option>
<option value="bydate"> date</option>
<option value="bypopularity"> popularity</option>
</select>
<li class="checkbox">
<label>
<input type="checkbox" class="cb" id="featured" name="chk[]" onchange="cbChange(this); showUser()" value="featured">Featured <small><?= "(".$featuredeals_count.")";?></small>
</label>
</li>