Skip to content

Commit

Permalink
Restore syslog require
Browse files Browse the repository at this point in the history
This require is still needed in SyslogWrapper.

refs AE-30

Change-Id: Ic61709efd10be65bfab6e2a101224878f5ada016
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/308143
Reviewed-by: Jacob Burroughs <[email protected]>
QA-Review: Isaac Moore <[email protected]>
Product-Review: Isaac Moore <[email protected]>
Tested-by: Service Cloud Jenkins <[email protected]>
  • Loading branch information
rmsy committed Jan 4, 2023
1 parent cdf4282 commit f0eba72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/syslog_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
#

require "syslog"

class SyslogWrapper
attr_accessor :level, :datetime_format

Expand Down

0 comments on commit f0eba72

Please sign in to comment.