Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add logging on the fly support #1574

Merged
merged 1 commit into from Jan 21, 2020
Merged

add logging on the fly support #1574

merged 1 commit into from Jan 21, 2020

Conversation

guits
Copy link
Collaborator

@guits guits commented Jan 20, 2020

as of nautilus, we can use these options so we can log to file 'on the fly'.

eg:

$ sudo podman exec ceph-mon-mon0 ceph config set mon.mon0 log_to_file true
$ sudo podman exec ceph-mon-mon0 ceph config set mon.mon0 mon_cluster_log_to_file true

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1710548
Closes: #1479

Signed-off-by: Guillaume Abrioux gabrioux@redhat.com

src/daemon/variables_entrypoint.sh Outdated Show resolved Hide resolved
@guits guits force-pushed the guits_fix_logging branch 5 times, most recently from 53664de to 450fef3 Compare January 21, 2020 10:06
@guits guits mentioned this pull request Jan 21, 2020
as of nautilus, we can use these options so we can log to file 'on the fly'.

eg:

```
$ sudo podman exec ceph-mon-mon0 ceph config set mon.mon0 log_to_file true
$ sudo podman exec ceph-mon-mon0 ceph config set mon.mon0 mon_cluster_log_to_file true
```

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1710548
Closes: #1479

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
@dsavineau dsavineau merged commit a63bcf4 into master Jan 21, 2020
@dsavineau dsavineau deleted the guits_fix_logging branch January 21, 2020 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

log_file is always null
3 participants