mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
debug logs
This commit is contained in:
parent
150b2ee436
commit
ccd3d07236
1 changed files with 3 additions and 0 deletions
|
@ -59,12 +59,15 @@ settings:
|
|||
staticDir = cfg.staticDir
|
||||
appName = cfg.appName
|
||||
|
||||
debug "Starting creating routes."
|
||||
createAuthenticationRoutes()
|
||||
createDeletionRoutes(cfg)
|
||||
createDownloadRoutes()
|
||||
createUploadRoutes(cfg)
|
||||
createUpdateRoutes()
|
||||
debug "Finished creating routes."
|
||||
|
||||
debug "Starting Jester."
|
||||
routes:
|
||||
#[
|
||||
request parameters:
|
||||
|
|
Loading…
Add table
Reference in a new issue