nn_env.adoc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. nn_env(7)
  2. ==========
  3. NAME
  4. ----
  5. nn_env - nanomsg environment variables
  6. SYNOPSIS
  7. --------
  8. Environment variables that influence the way nanomsg works
  9. DESCRIPTION
  10. -----------
  11. *This functionality is experimental and a subject to change at any time*
  12. Following environment variables are used to turn on some debugging for any
  13. nanomsg application. Please, do not try to parse output and do not
  14. build business logic based on it.
  15. NN_PRINT_ERRORS::
  16. If set to a non-empty string nanomsg will print errors to stderr. Some
  17. errors will be resolved by nanomsg itself (e.g. if nanomsg can't establish
  18. connection it will retry again in a moment). Some depend on the
  19. environment (e.g. port that is bound by another process need to be
  20. released). In any case nanomsg will not repeat the error message until
  21. error is clear and appear again (e.g. connection established then broken
  22. again).
  23. NOTES
  24. -----
  25. The output of the debugging facility (NN_PRINT_ERRORS)
  26. is intended for reading by a human and a subject for change at any time (even
  27. after 1.0 release).
  28. SEE ALSO
  29. --------
  30. <<nanomsg#,nanomsg(7)>>
  31. AUTHORS
  32. -------
  33. link:mailto:paul@colomiets.name[Paul Colomiets]