-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable logging for mongod for k8s (#217)
## Issue By default the MongoDB K8s charm has its logs printed as the output of running the container and are not saved on the container. This means that the logs cannot be ported over to the cos bundle. ## Solution To enable logging we must change the start up arguments, these are generated within the shared library code and therefore the change library code change must be made in the VM charm first
- Loading branch information
1 parent
4c40d3d
commit 057b0b6
Showing
2 changed files
with
36 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters