Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tleyden
Created February 15, 2016 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tleyden/db0a894c30b4811a5deb to your computer and use it in GitHub Desktop.
Save tleyden/db0a894c30b4811a5deb to your computer and use it in GitHub Desktop.
time="2016-02-15T20:23:49Z" level=info msg="using database driver sqlite3"
time="2016-02-15T20:23:49Z" level=info msg="using database config /var/lib/drone/drone.sqlite"
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
time="2016-02-15T20:23:49Z" level=info msg="registered docker daemon unix:///var/run/docker.sock"
time="2016-02-15T20:23:49Z" level=info msg="registered docker daemon unix:///var/run/docker.sock"
time="2016-02-15T20:23:49Z" level=info msg="starting server :8000"
[GIN-debug] GET /static/*filepath --> github.com/drone/drone/vendor/github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (3 handlers)
[GIN-debug] HEAD /static/*filepath --> github.com/drone/drone/vendor/github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (3 handlers)
[GIN-debug] GET / --> github.com/drone/drone/controller.ShowIndex (16 handlers)
[GIN-debug] GET /login --> github.com/drone/drone/controller.ShowLogin (15 handlers)
[GIN-debug] GET /login/form --> github.com/drone/drone/controller.ShowLoginForm (15 handlers)
[GIN-debug] GET /logout --> github.com/drone/drone/controller.GetLogout (15 handlers)
[GIN-debug] GET /settings/profile --> github.com/drone/drone/controller.ShowUser (16 handlers)
[GIN-debug] GET /settings/people --> github.com/drone/drone/controller.ShowUsers (17 handlers)
[GIN-debug] GET /settings/nodes --> github.com/drone/drone/controller.ShowNodes (17 handlers)
[GIN-debug] GET /repos/:owner/:name --> github.com/drone/drone/controller.ShowRepo (18 handlers)
[GIN-debug] GET /repos/:owner/:name/builds/:number --> github.com/drone/drone/controller.ShowBuild (18 handlers)
[GIN-debug] GET /repos/:owner/:name/builds/:number/:job --> github.com/drone/drone/controller.ShowBuild (18 handlers)
[GIN-debug] GET /repos/:owner/:name/settings --> github.com/drone/drone/controller.ShowRepoConf (19 handlers)
[GIN-debug] GET /repos/:owner/:name/settings/encrypt --> github.com/drone/drone/controller.ShowRepoEncrypt (19 handlers)
[GIN-debug] GET /repos/:owner/:name/settings/badges --> github.com/drone/drone/controller.ShowRepoBadges (18 handlers)
[GIN-debug] GET /api/user --> github.com/drone/drone/controller.GetSelf (16 handlers)
[GIN-debug] GET /api/user/feed --> github.com/drone/drone/controller.GetFeed (16 handlers)
[GIN-debug] GET /api/user/repos --> github.com/drone/drone/controller.GetRepos (17 handlers)
[GIN-debug] GET /api/user/repos/remote --> github.com/drone/drone/controller.GetRemoteRepos (17 handlers)
[GIN-debug] POST /api/user/token --> github.com/drone/drone/controller.PostToken (16 handlers)
[GIN-debug] GET /api/users --> github.com/drone/drone/controller.GetUsers (16 handlers)
[GIN-debug] POST /api/users --> github.com/drone/drone/controller.PostUser (16 handlers)
[GIN-debug] GET /api/users/:login --> github.com/drone/drone/controller.GetUser (16 handlers)
[GIN-debug] PATCH /api/users/:login --> github.com/drone/drone/controller.PatchUser (16 handlers)
[GIN-debug] DELETE /api/users/:login --> github.com/drone/drone/controller.DeleteUser (16 handlers)
[GIN-debug] GET /api/nodes --> github.com/drone/drone/controller.GetNodes (16 handlers)
[GIN-debug] POST /api/nodes --> github.com/drone/drone/controller.PostNode (16 handlers)
[GIN-debug] DELETE /api/nodes/:node --> github.com/drone/drone/controller.DeleteNode (16 handlers)
[GIN-debug] POST /api/repos/:owner/:name --> github.com/drone/drone/controller.PostRepo (15 handlers)
[GIN-debug] GET /api/repos/:owner/:name --> github.com/drone/drone/controller.GetRepo (18 handlers)
[GIN-debug] GET /api/repos/:owner/:name/key --> github.com/drone/drone/controller.GetRepoKey (18 handlers)
[GIN-debug] POST /api/repos/:owner/:name/key --> github.com/drone/drone/controller.PostRepoKey (18 handlers)
[GIN-debug] GET /api/repos/:owner/:name/builds --> github.com/drone/drone/controller.GetBuilds (18 handlers)
[GIN-debug] GET /api/repos/:owner/:name/builds/:number --> github.com/drone/drone/controller.GetBuild (18 handlers)
[GIN-debug] GET /api/repos/:owner/:name/logs/:number/:job --> github.com/drone/drone/controller.GetBuildLogs (18 handlers)
[GIN-debug] POST /api/repos/:owner/:name/encrypt --> github.com/drone/drone/controller.PostSecure (19 handlers)
[GIN-debug] PATCH /api/repos/:owner/:name --> github.com/drone/drone/controller.PatchRepo (19 handlers)
[GIN-debug] DELETE /api/repos/:owner/:name --> github.com/drone/drone/controller.DeleteRepo (19 handlers)
[GIN-debug] POST /api/repos/:owner/:name/builds/:number --> github.com/drone/drone/controller.PostBuild (19 handlers)
[GIN-debug] DELETE /api/repos/:owner/:name/builds/:number/:job --> github.com/drone/drone/controller.DeleteBuild (19 handlers)
[GIN-debug] GET /api/badges/:owner/:name/status.svg --> github.com/drone/drone/controller.GetBadge (15 handlers)
[GIN-debug] GET /api/badges/:owner/:name/cc.xml --> github.com/drone/drone/controller.GetCC (15 handlers)
[GIN-debug] POST /hook --> github.com/drone/drone/controller.PostHook (15 handlers)
[GIN-debug] POST /api/hook --> github.com/drone/drone/controller.PostHook (15 handlers)
[GIN-debug] GET /api/stream/:owner/:name --> github.com/drone/drone/controller.GetRepoEvents (18 handlers)
[GIN-debug] GET /api/stream/:owner/:name/:build/:number --> github.com/drone/drone/controller.GetStream (18 handlers)
[GIN-debug] GET /authorize --> github.com/drone/drone/controller.GetLogin (15 handlers)
[GIN-debug] POST /authorize --> github.com/drone/drone/controller.GetLogin (15 handlers)
[GIN-debug] POST /authorize/token --> github.com/drone/drone/controller.GetLoginToken (15 handlers)
[GIN-debug] GET /gitlab/:owner/:name/commits/:sha --> github.com/drone/drone/controller.GetCommit (16 handlers)
[GIN-debug] GET /gitlab/:owner/:name/pulls/:number --> github.com/drone/drone/controller.GetPullRequest (16 handlers)
[GIN-debug] GET /gitlab/:owner/:name/redirect/commits/:sha --> github.com/drone/drone/controller.RedirectSha (16 handlers)
[GIN-debug] GET /gitlab/:owner/:name/redirect/pulls/:number --> github.com/drone/drone/controller.RedirectPullRequest (16 handlers)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment