diff --git a/manage-view/src/components/ShowLog/ShowLog.jsx b/manage-view/src/components/ShowLog/ShowLog.jsx index 6e26b92..1a0dcf1 100644 --- a/manage-view/src/components/ShowLog/ShowLog.jsx +++ b/manage-view/src/components/ShowLog/ShowLog.jsx @@ -12,6 +12,7 @@ const ShowLog = () => { let tempContent = ""; const res = await axios.get(getLog + "/" + name); setLog(res.data); + console.log(res.data) } catch (error) { console.log(error); }