Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing heavy logging for all debug logs. Other logs are on by default in release mode. #234

Merged
merged 1 commit into from
Jan 24, 2018

Conversation

ethouris
Copy link
Collaborator

  1. Introducted handling of a "debug-optimized" mode, which is optimized like release, but contains debug information. This is achieved by --enable-debug=2. This turns into setting a cmake parameter -DCMAKE_BUILD_TYPE=RelWithDebInfo
  2. Added extra option --enable-heavy-logging.
  3. All debug logs are under HLOG* and won't appear without this enabled.
  4. In release and debug-optimized mode, --enable-logging is on by default, but --enable-heavy-logging is off.
  5. In debug mode, --enable-heavy-logging is on by default. Note that --disable-logging turns off all logging.

…bug mode. The --enable-logging option does not enable it. All debug logs are under HLOG and won't appear without this enabled. Added extra info for configure.
@rndi rndi merged commit e0013dd into Haivision:dev Jan 24, 2018
@ethouris ethouris deleted the dev-extract-heavy-logging branch May 31, 2018 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants