corvus-ch / rabbitmq-cli-consumer

Consume RabbitMQ messages into any cli program
MIT License
237 stars 37 forks source link

LOG and INFO file on Windows #21

Closed g-rusev closed 6 years ago

g-rusev commented 6 years ago

Hello, Could not find a way to disable the following two logs in the config file - info and log.

I am Running the consumer this way: rabbitmq-cli-consumer.exe -c rconfig.conf --executable "PHP.EXE consumer.php"

In the config file always expect a valid windows file name. Setting the info to blank string "" does not helped. Commenting the both keys did not helped either.

How can I turn off logging ?

corvus-ch commented 6 years ago

When providing the --verbose, -V option, the log section in the configuration becomes optional. The --verbose option will result in the logs written to STDOUT and STDERR which you can redirect to NUL or $NULL depending on the shell you are using. I am not familiar with Windows but this is what I get from https://stackoverflow.com/questions/313111/dev-null-in-windows.

corvus-ch commented 6 years ago

I assume that my previous answered the question. Therefore I close this issue. If this is premature, feel free to ask for a reopen.