Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@PeterS242
Last active January 31, 2019 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PeterS242/bf9bd2af214fe3ed391d510c29f3756a to your computer and use it in GitHub Desktop.
Save PeterS242/bf9bd2af214fe3ed391d510c29f3756a to your computer and use it in GitHub Desktop.
New error from Salt 2018.3.0
Apr 03 14:33:26 linux salt-minion[15141]: [TRACE ] ==== evaluating schedule now None =====
Apr 03 14:33:26 linux salt-minion[15141]: [ERROR ] Exception 'Schedule' object has no attribute 'loop_interval' occurred in scheduled job
@PeterS242
Copy link
Author

Here's how I got this far--had to alter this file

--- /usr/lib/python2.7/site-packages/salt/modules/cmdmod.py	2018-04-03 14:36:20.499486787 -0500
+++ /usr/lib/python2.7/site-packages/salt/modules/cmdmod.py	2018-04-03 14:36:46.923272381 -0500
@@ -543,7 +543,7 @@
                 'Unable to run command \'{0}\' with the context \'{1}\', '
                 'reason: '.format(
                     cmd if _check_loglevel(output_loglevel) is not None
-                        else 'REDACTED',
+                        # else 'REDACTED',
                     kwargs
                 )
             )

@afischer-opentext-com
Copy link

Have you ever found what finally caused the error logging?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment