HelixNetwork / pendulum

Pendulum is a distributed messaging protocol that enables globally available tamper proof timestamps :hourglass_flowing_sand:
https://dev.hlx.ai
Other
10 stars 6 forks source link

File "log.name_IS_UNDEFINED" gets created during compilation #180

Closed dnck closed 4 years ago

dnck commented 4 years ago

Expected behavior

Compiling the src into target does not leave behind waste files.

Current behavior

Compile with mvn clean compile package creates a log file in the root of the project, "log.name_IS_UNDEFINED".

Failure info

May have been introduced by commit, https://github.com/HelixNetwork/pendulum/commit/5559b82b1d7e867dbe1f822e7ba25cc7918a442b

But, I am not totally sure.

Steps to reproduce

Compile the src?

spangin commented 4 years ago

The file can be ignored. If you don't like to see this file, we can use only console for info/debug messages during unit-tests working. Is this solution OK?

dnck commented 4 years ago

The file can be ignored. If you don't like to see this file, we can use only console for info/debug messages during unit-tests working. Is this solution OK?

All good. Thank you!