hazelcast / hazelcast/hazelcast-cpp-client

Print logs to stderr instead of stdout

Open
#1,056 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.