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

Reduce Log Level #4

Merged
merged 1 commit into from Jan 19, 2013
Merged

Reduce Log Level #4

merged 1 commit into from Jan 19, 2013

Conversation

amesarosh
Copy link
Contributor

Socket.io defaults to the debug log level, needlessly cluttering the console output. debug is not really necessary for the purposes of this plugin.
Reduced to warn

balupton added a commit that referenced this pull request Jan 19, 2013
@balupton balupton merged commit f446771 into docpad:master Jan 19, 2013
balupton added a commit that referenced this pull request Jan 19, 2013
- v2.3.0 January 19, 2013
	- Removed shrinkwrap file, hopefully dependency issues have been
resolved
	- Added `getSocket` configuration option so you can now use existing
sockets if you wish
	- Made the socket.io log level customisable via the `defaultLogLevel`
config option and now defaults to 1 unless in debug mode which defaults
to 3
		- Closes [pull request
#4](#4) thanks
to [Alex](https://github.com/amesarosh)
	- Added the ability to customise the socket options via
`socketOptions` config option
	- Added the ability to customise the channel we listen on via the
`channel` config option, also changed the default channel from
`/docpad-live-reload` to `/docpad-livereload`
	- We will now log to the browser if we were reloaded by livereload,
this can be turned off via the `browserLog` config option
	- Added the ability to customise what happens at regeneration via the
'regenerateBlock' config option
@balupton
Copy link
Member

Released your suggestion to v2.3.0 👍

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.

None yet

2 participants