netdata / msi-installer

Netdata installer for Windows using WSL2
GNU General Public License v3.0
21 stars 2 forks source link

Log files? #9

Closed cakrit closed 1 year ago

cakrit commented 1 year ago

Not sure why these are redirected to stdout and stderr. Where do these sockets go? Do we lose the logs?

DESKTOP-C7OKV71:/var/log/netdata# ls -l
total 4
lrwxrwxrwx    1 netdata  root            11 Oct 26 00:25 access.log -> /dev/stdout
lrwxrwxrwx    1 netdata  root            11 Oct 26 00:25 debug.log -> /dev/stdout
lrwxrwxrwx    1 netdata  root            11 Oct 26 00:25 error.log -> /dev/stderr
dfpr commented 1 year ago

I'll remove the links to /dev/std* and check if the logs work then.

dfpr commented 1 year ago

Redirection of logs have been fixed, they are saved normally now.

cakrit commented 1 year ago

I saw them.