hazelcast / hazelcast/hazelcast-cpp-client
Print logs to stderr instead of stdout
Open
- Dominant language
- C++
- Stars
- 91
- Forks
- 54
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 5
Description
#### Expected behaviour
The client logs are printed to stderr so they can be separated from the application output:
#### Actual behaviour
Currently, client logs are printed to stdout, which makes it almost impossible to distinguish from application output.
#### Steps to reproduce the behaviour
```
./sql_basic_query 2> /dev/shm/error.log
```
Contributor guide
Assessment
This issue has not been assessed yet.