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.
New flags logging support #103
Conversation
|
@mchaudhary @mostlyjason I have corrected the insecure parameter name from secure-sending to insecure-mode. Please review. |
|
Looks good to me. @mchaudhary can merge when he's ready |
@mchaudhary, @mostlyjason, In this PR, I have added 4 new fields listed below to get logged on Loggly-
Please note that all below fields contain the value either in true or false so we can easily identify which flag was used when the user ran the command by looking at its value on Loggly Search UI.
secure-sending - This field will tell whether the script ran in the secure mode or in a insecure mode.
suppress-enabled - This field will tell whether the script ran in suppress mode or not.
force-secure-enabled - This field will tell whether the script ran in --force-secure mode or not.
loggly-removed - This field will tell if the user has removed the Loggly configuration from his machine.
Please review.