Skip to content

Commit eaac695

Browse files
committed
NC | Re-enable events on noobaa-cli fix
Signed-off-by: Romy <35330373+romayalon@users.noreply.github.com>
1 parent 038ce84 commit eaac695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd/manage_nsfs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ let config_fs;
3333

3434
async function main(argv = minimist(process.argv.slice(2))) {
3535
try {
36+
config.EVENT_LOGGING_ENABLED = true;
3637
if (process.getuid() !== 0 || process.getgid() !== 0) {
3738
throw new Error('Root permissions required for Manage NSFS execution.');
3839
}

0 commit comments

Comments
 (0)