Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
LOGGLY-3909 Minimize logging back to Loggly. #34
Conversation
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.
| print(message) | ||
| log(message, prio = prio) | ||
| def printLog(message): | ||
| def printLog(message, *args): |
MichaelBlume
Sep 5, 2013
Contributor
confused about why printLog is taking/ignoring args.
confused about why printLog is taking/ignoring args.
LOGGLY-3903 Remove prompts to run 'verify' action
LOGGLY-3964 Try other restart strategies,
Conflicts: configure-syslog.py
LOGGLY-3909 Minimize logging back to Loggly.
Only report status of the install script runs back to Loggly. Also changes the logging format to JSON.