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

"Quiet mode" for logging #21

Closed
shatterednirvana opened this issue Aug 23, 2012 · 0 comments
Closed

"Quiet mode" for logging #21

shatterednirvana opened this issue Aug 23, 2012 · 0 comments
Assignees

Comments

@shatterednirvana
Copy link
Contributor

As far as producing output / logs are concerned, we currently have two options:

  1. -v flag - produces the maximum amount of output / logs
  2. no -v flag - produces the regular amount of output / logs

There currently is no option to produce the minimum amount of output. Need a "quiet" flag that fills this need. At the least, the AppController needs to change in appscale/AppController/lib/godinterface.rb, erasing this line:

w.log = "/var/log/appscale/#{WATCH}-#{port}.log"

to prevent god from writing logs for each process it monitors.

nlake44 added a commit to nlake44/appscale that referenced this issue Sep 30, 2013
Copying over JSON metadata file to head node
@nlake44 nlake44 closed this as completed Jan 24, 2014
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