Skip to content

Reduce verbosity of logs. #110

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

Merged
merged 1 commit into from
Apr 4, 2014
Merged

Reduce verbosity of logs. #110

merged 1 commit into from
Apr 4, 2014

Conversation

DarkDimius
Copy link
Contributor

We are already over limit on output size imposed by travis that is shown
in webpage, if we'll continue to add tests will be soon over limit even
to run builds.

This commit disables printing of classpath, and removes printlns in
several places.
In order for ShowClassTests to print info as is was printing
previously, please set "test.ShowClassTests.verbose" property.

We are already over limit on output size imposed by travis that is shown
in webpage, if we'll continue to add tests will be soon over limit even
to run builds.
This commit disables printing of classpath, and removes printlns in
several places.
In order for ShowClassTests to print info as is was printing
previously, please set "test.ShowClassTests.verbose" property.
@retronym
Copy link
Member

retronym commented Apr 2, 2014

Any chance to flip the default so as to log nothing until someone asks for it?

@DarkDimius
Copy link
Contributor Author

@retronym, those defaults are only for testing infrastructure.
The defaults for "normal" user are already not-as-verbose as this one was.(eg this was printing every method defined in Scala compiler during tests)

The only logging left now is explicit errors(but expected ones :)) and per-phase logging explicitly enabled by some tests.

@retronym
Copy link
Member

retronym commented Apr 2, 2014

Okay. But I love tests that are absolutely silent when they work.

@DarkDimius
Copy link
Contributor Author

@odersky @gzm0 please have a look

@gzm0
Copy link
Contributor

gzm0 commented Apr 2, 2014

LGTM

DarkDimius added a commit that referenced this pull request Apr 4, 2014
@DarkDimius DarkDimius merged commit 75e30d9 into scala:master Apr 4, 2014
WojciechMazur pushed a commit to WojciechMazur/dotty that referenced this pull request Mar 19, 2025
Backport "Fix scala#20471: owners of top-level symbols in cached quoted code being incorrect" to 3.3 LTS
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.

4 participants