Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. emit transaction failed: error_class=Errno::EIO error="Input/output error @ io_write - <STDOUT>" location="/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/fluentd-1.0.2/lib/fluent/log.rb:395:in `write'" tag="nuxeo.access"
  2.  
  3. ...
  4. 385 def puts(msg)
  5. 386 @logger << msg + "n"
  6. 387 @out.flush
  7. 388 msg
  8. 389 rescue
  9. 390 # FIXME
  10. 391 nil
  11. 392 end
  12. 393
  13. 394 def write(data)
  14. 395 @out.write(data)
  15. 396 end
  16. 397 # We need `#<<` method to use this logger class with other
  17. 398 # libraries such as aws-sdk
  18. 399 alias << write
  19. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement