codenotary / immugw

Apache License 2.0
23 stars 4 forks source link

The Immugw logs are not available #35

Open jaypatel-24 opened 8 months ago

jaypatel-24 commented 8 months ago

The current log file of immugw shows the content like this

immugw 2023/11/29 07:06:27 INFO: starting immugw: {"Dir":".","Address":"0.0.0.0","Port":3323,"MetricsPort":9476,"ImmudbAddress":"127.0.0.1","ImmudbPort":3322,"Audit":f>immugw 2023/11/29 07:06:27 ERROR: unable to launch immugw: listen tcp 0.0.0.0:3323: bind: address already in use

The logs never get generated for

  1. incoming requests from my Node.js services
  2. the outgoing request from immugw to immudb

Without the logs it is really difficult to trace out the issues in immugw.