glib2.sh 277 B

123456789101112
  1. # Set default warning level for Glib-based applications.
  2. # The value of the variable is a digit that corresponds to:
  3. # 1 Alert
  4. # 2 Critical
  5. # 3 Error
  6. # 4 Warning
  7. # 5 Notice
  8. test -n "${GLIB_LOG_LEVEL+$GLIB_LOG_LEVEL}" || GLIB_LOG_LEVEL=4
  9. export GLIB_LOG_LEVEL