You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
For security, containers should be able to run with a read-only FS, but this package throws errors if it cannot create
resourceRegistry.log
.There appears to be some configuration available in
node-ibmapm-restclient/lib/plugins/logutil.js
Lines 22 to 31 in 464089d
Even when KNJ_LOG_LEVEL is set to NONE, the file is created (but empty).
Even when KNJ_LOG_TO_CONSOLE is set to true, the file is created.
Is there any other mechanisms to avoid any attempts to write to the local FS?
If not, can you implement one? Perhaps make KNJ_LOG_TO_CONSOLE cause all logging to go to console?
The text was updated successfully, but these errors were encountered: