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

Multi-level logging #34

Closed
argiopetech opened this issue Jul 20, 2013 · 1 comment
Closed

Multi-level logging #34

argiopetech opened this issue Jul 20, 2013 · 1 comment
Assignees
Milestone

Comments

@argiopetech
Copy link
Owner

Support multiple levels of logging, in addition to the standard output to data files.

Logging levels should include:

  1. No output
  2. Information messages (start, stop, cholesky decomp matrix) to stdout
  3. Diagnostic messages (-Inf posteriors, wd bounds, interp/extrap pins, other pre-existing loggable diagnostics from 9.2.1) to stderr and baseName.log
  4. Debug messages (output of proposed cluster data with accept/reject column) to basename.res.debug and basename.res.burnin.debug.

All levels shall include the levels below them. Levels shall be set with a verbosity flag --verbose=, -v. -q and --quiet shall be synonymous with -v0.

@ghost ghost assigned argiopetech Jul 20, 2013
@tedvh
Copy link
Collaborator

tedvh commented Jul 20, 2013

good idea!

On 7/20/13 4:10 PM, Elliot Robinson wrote:

Support multiple levels of logging, in addition to the standard output to data
files.

Logging levels should include:
0. No output

  1. Information messages (start, stop, cholesky decomp matrix) to stdout
  2. Diagnostic messages (-Inf posteriors, wd bounds, interp/extrap pins, other
    pre-existing loggable diagnostics from 9.2.1) to stderr and baseName.log
  3. Debug messages (output of proposed cluster data with accept/reject column) to
    basename.res.debug and basename.res.burnin.debug.

All levels shall include the levels below them. Levels shall be set with a
verbosity flag --verbose=, -v. -q and --quiet shall be synonymous with -v0.


Reply to this email directly or view it on GitHub
#34.

Ted von Hippel

Department of Physical Sciences
Embry-Riddle Aeronautical University
600 S. Clyde Morris Boulevard
Daytona Beach, FL 32114-3900
386-226-7751

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants