You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Log messages are written to the file logs/explorer.log as consecutive lines in a JSON format.
Actual behaviour
The log message output from the explorer backend process is stored in the file logs/explorer.log. Unfortunately the messages are cut in half, because the current logger is taking only two first parameters which does not allow to use full console.log() syntax.
Steps to reproduce
Run the backend app.
tail -f logs/explorer.log.
Compare with the logging messages from the source code.
The text was updated successfully, but these errors were encountered:
Expected behaviour
Log messages are written to the file
logs/explorer.log
as consecutive lines in a JSON format.Actual behaviour
The log message output from the explorer backend process is stored in the file
logs/explorer.log
. Unfortunately the messages are cut in half, because the current logger is taking only two first parameters which does not allow to use fullconsole.log()
syntax.Steps to reproduce
tail -f logs/explorer.log
.The text was updated successfully, but these errors were encountered: