Skip to content

Comments

Increase verbosity on Heroku (-vv)#105

Merged
PetarKirov merged 1 commit intodlang:masterfrom
wilzbach:increase-verbosity
Jun 28, 2017
Merged

Increase verbosity on Heroku (-vv)#105
PetarKirov merged 1 commit intodlang:masterfrom
wilzbach:increase-verbosity

Conversation

@wilzbach
Copy link
Contributor

This will log debug messages on Heroku as well.

  • We have a free logging addon that allows to search logs anyway
  • In case of a misbehavior more information is always appreciated
  • Usually only the last few hours, maybe days are relevant anyhow

Vibed:

 -v --verbose        Enables diagnostic messages (verbosity level 1).
    --vv, --vverbose Enables debugging output (verbosity level 2).
    --vvv            Enables high frequency debugging output (verbosity level
                     3).
    --vvvv           Enables high frequency trace output (verbosity level 4).

Verbosity level 2 is LogLevel.debug_:

https://github.com/rejectedsoftware/vibe.d/blob/master/core/vibe/core/log.d#L173

@dlang-bot
Copy link
Collaborator

Thanks for your pull request, @wilzbach!

@PetarKirov
Copy link
Member

Ok, let's give it a shot.

@PetarKirov PetarKirov merged commit be3018b into dlang:master Jun 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants