Skip to content

Conversation

arisettisanjana
Copy link
Contributor

Disabling the console logging by default, can be enabled by setting the ConsoleLoggingOff flag in vmbackup.conf file to 1.

arisettisanjana and others added 30 commits October 26, 2022 11:12
This reverts commit d88f30e.
This reverts commit 0011cd4.
@@ -72,7 +72,7 @@ def main():
total_used_size = 0
size_calculation_failed = False
eventlogger = None
HandlerUtil.waagent.LoggerInit('/dev/console','/dev/stdout')
HandlerUtil.waagent.LoggerInit(None,'/dev/stdout')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it might be better to add list of loggers to initialize in a config and pass those instead of checking specific config in backuplogger?

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.

2 participants