Skip to content

LOG setting in docker-compose.yml seems wrong #3421

@mgmgwi

Description

@mgmgwi

Hi,
this line in docker-compose.yml seems wrong (also the LOG lines for the other nodes):

- LOG=$${LOG:-tendermint.log}

This creates a logfile named ${LOG:-tendermint.log} in .build/node0 when running make localnet-start

Removing the first $ fixes the problem in my environment (Ubuntu 18.04.2):

- LOG=${LOG:-tendermint.log}

Best Regards,
Guido

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions