Skip to content

Harmonizes init of app.logger and sandbox.logger #314

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
Sep 11, 2013

Conversation

xcambar
Copy link
Contributor

@xcambar xcambar commented Sep 11, 2013

The issue that this PR solves is as described:

When passing {debug: {enable: true}} to the Aura constructor, both the loggers attached to the sandboxes and the logger attached to the app would be started.

When passing {debug: true} to the Aura constructor, only the loggers in the sandboxes would be started.

This PR solves this and provides the related specs.

robertd added a commit that referenced this pull request Sep 11, 2013
Harmonizes init of app.logger and sandbox.logger
@robertd robertd merged commit 0a768d1 into aurajs:master Sep 11, 2013
@robertd
Copy link
Member

robertd commented Sep 11, 2013

Are we ready to re-tag aura to 0.9.2? Our new additions to API docs and boilerplate (deps on aura@0.9.1) are out of sync.

/cc @addyosmani @sbellity

@xcambar xcambar deleted the fix_app_logger branch September 11, 2013 17:08
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