Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Log messages are not displayed or written correctly #376

Closed
MichalTuleja opened this issue Jan 9, 2018 · 0 comments
Closed

Log messages are not displayed or written correctly #376

MichalTuleja opened this issue Jan 9, 2018 · 0 comments
Assignees

Comments

@MichalTuleja
Copy link
Contributor

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 full console.log() syntax.

Steps to reproduce

  1. Run the backend app.
  2. tail -f logs/explorer.log.
  3. Compare with the logging messages from the source code.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants