Add more log lines to general log

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-12-01 02:48:32 +01:00
parent 0d3781fc26
commit c257f70b2e
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -21,7 +21,7 @@ export default {
methods: { methods: {
fetchLog() { fetchLog() {
axios.get('/v1/log') axios.get('/v1/log?num=50')
.then(resp => { .then(resp => {
this.logs = resp.data this.logs = resp.data
}) })