Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Logging: Assembly Discovery #1562

Closed
sonjakhan opened this issue Nov 14, 2014 · 3 comments
Closed

Logging: Assembly Discovery #1562

sonjakhan opened this issue Nov 14, 2014 · 3 comments

Comments

@sonjakhan
Copy link
Contributor

Log assemblies that have been loaded, the controllers found in those assemblies, and the actions generated at LogLevel.Verbose

@avanderhoorn
Copy link
Member

As a consumer of the logging output from this Assembly Discovery, I would like to know what was discovered, the actions that are a part of the action, the different parameters for those actions, what the action accepts (get vs post, etc), any filters defined on that controller and then action, the library & assembly the controller was found in, if a controller failed to be registered because it didn't end with the "Controller" postfix, etc.

Additionally, if this issue is a catch for other type discovery, I would like the same sort of details for View Components (which are discovered like controllers are). I would have very similar expectation for View Components as I do for Controllers.

@rynowak
Copy link
Member

rynowak commented Nov 25, 2014

if a controller failed to be registered because it didn't end with the "Controller" postfix, etc.

@sonjakhan I want to specifically call out this feedback since it's something we didn't previously discuss. Everything else I think is already included in your PR.

@danroth27 danroth27 modified the milestones: 6.0.0-beta2, 6.0.0-rc1 Dec 11, 2014
@rynowak rynowak assigned kichalla and unassigned sonjakhan Dec 15, 2014
@kichalla
Copy link
Member

commit: c936ae8

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

No branches or pull requests

5 participants