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

LOGGLY-3903 Remove prompts to run 'verify' action #33

Merged
merged 2 commits into from Sep 6, 2013

Conversation

@ivangonekrazy
Copy link
Contributor

@ivangonekrazy ivangonekrazy commented Sep 3, 2013

When users run the install script as shown in our docs, the
install-script is never saved to disk, so users cannot re-run the
script with any 'verify' action.

We should not advertise an action they cannot run without
re-downloading the script.

When users run the install script as shown in our docs, the
install-script is never saved to disk, so users cannot re-run the
script with any 'verify' action.

We should not advertise an action they cannot run without
re-downloading the script.
return syslog_name_for_configuration

def verify(current_environment):
Logger.printLog("Verification started", prio = 'debug')

This comment has been minimized.

@philip-loggly

philip-loggly Sep 3, 2013
Contributor

Nitpick: Do you really want all these blank lines in here?

This comment has been minimized.

@ivangonekrazy

ivangonekrazy Sep 3, 2013
Author Contributor

yes, that block was a pain to read at a glance.

the perform_sanity_check_and_get_product_for_configuration() function call and the tuple destructuring immediately following it made the loggly_user variable et al. appear to be params of said function call.

This comment has been minimized.

@philip-loggly

philip-loggly Sep 3, 2013
Contributor

The function is now formatted completely differently relative to the rest of the script. I don't think we should do this. Unless I am missing something?

This comment has been minimized.

@philip-loggly

philip-loggly Sep 3, 2013
Contributor

Perhaps we could at least group the 3 middle lines together, the guts of the thing.

jimniz added a commit that referenced this pull request Sep 6, 2013
LOGGLY-3903 Remove prompts to run 'verify' action
@jimniz jimniz merged commit e6deea0 into master Sep 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.