Skip to content

Commit

Permalink
Improved log format.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmihajlovski committed Jan 30, 2017
1 parent 134dff3 commit 41dc5dc
Show file tree
Hide file tree
Showing 46 changed files with 904 additions and 709 deletions.
31 changes: 17 additions & 14 deletions docker-tests/output/admin-service-application.txt
Expand Up @@ -5,17 +5,20 @@
|_| \_\__,_| .__/|_|\__,_|\___/|_|\__,_| |_| \_\__,_| .__/|_|\__,_|\___/|_|\__,_|
|_| |_|


INFO | main | org.rapidoid.config.RapidoidInitializer | Starting Rapidoid v<?>, built on <?> [Dockerized] [Uniform output] [PLATFORM] INFO | org.rapidoid.config.RapidoidInitializer | Starting Rapidoid v<?>, built on <?> [Dockerized] [Uniform output]
INFO | main | org.rapidoid.config.RapidoidInitializer | System info | os = Linux | java = <?> | process = <?> | max memory = <?> | dir = /opt [PLATFORM] INFO | org.rapidoid.config.RapidoidInitializer | System info | os = Linux | java = <?> | process = <?> | max memory = <?> | dir = /opt
INFO | main | org.rapidoid.env.Env | Setting application root | root = /app | content = [] [PLATFORM] INFO | org.rapidoid.env.Env | Setting application root | root = /app | content = []
INFO | main | org.rapidoid.env.Environment | Automatically activating mode-specific profile | profile = production [PLATFORM] INFO | org.rapidoid.env.Environment | Automatically activating mode-specific profile | profile = production
INFO | main | org.rapidoid.env.Environment | Initialized environment | mode = PRODUCTION | profiles = [production, platform] [PLATFORM] INFO | org.rapidoid.env.Environment | Initialized environment | mode = PRODUCTION | profiles = [production, platform]
INFO | main | org.rapidoid.scan.ClasspathUtil | Setting application JAR | appJar = /app/app.jar | exists = false [PLATFORM] INFO | org.rapidoid.scan.ClasspathUtil | Setting application JAR | appJar = /app/app.jar | exists = false
INFO | main | org.rapidoid.config.ConfigImpl | Loaded configuration | files = [built-in-config.yml, built-in-config-platform.yml] [PLATFORM] INFO | org.rapidoid.config.ConfigImpl | Loaded configuration | files = [built-in-config.yml, built-in-config-platform.yml]
INFO | server | org.rapidoid.net.impl.RapidoidServerLoop | Starting server | address = 0.0.0.0 | port = 8888 | I/O workers = 4 | sync = true | accept = non-blocking [PLATFORM] INFO | org.rapidoid.net.impl.RapidoidServerLoop | Starting server | address = 0.0.0.0 | port = 8888 | I/O workers = 4 | sync = true | accept = non-blocking
INFO | main | org.rapidoid.setup.Setup | Server has started | setup = admin | home = http://localhost:8888 [PLATFORM] INFO | org.rapidoid.setup.Setup | Server has started | setup = admin | home = http://localhost:8888
INFO | main | org.rapidoid.setup.Setup | Static resources will be served from the following locations | setup = admin | locations = [static, default/static] [PLATFORM] INFO | org.rapidoid.setup.Setup | Static resources will be served from the following locations | setup = admin | locations = [static, default/static]
INFO | main | org.rapidoid.http.impl.HttpRoutesImpl | Registering handler | setup = admin | verbs = GET,POST | path = /_routes | roles = [administrator] | tx = NONE | mvc = true | cacheTTL = 0 [PLATFORM] INFO | org.rapidoid.http.impl.HttpRoutesImpl | Registering handler | setup = admin | verbs = GET,POST | path = /_routes | roles = [administrator] | tx = NONE | mvc = true | cacheTTL = 0
INFO | main | org.rapidoid.http.impl.HttpRoutesImpl | Registering handler | setup = admin | verbs = GET,POST | path = /_beans | roles = [administrator] | tx = NONE | mvc = true | cacheTTL = 0 [PLATFORM] INFO | org.rapidoid.http.impl.HttpRoutesImpl | Registering handler | setup = admin | verbs = GET,POST | path = /_beans | roles = [administrator] | tx = NONE | mvc = true | cacheTTL = 0
INFO | main | org.rapidoid.http.impl.HttpRoutesImpl | Registering handler | setup = admin | verbs = GET,POST | path = /_config | roles = [administrator] | tx = NONE | mvc = true | cacheTTL = 0 [PLATFORM] INFO | org.rapidoid.http.impl.HttpRoutesImpl | Registering handler | setup = admin | verbs = GET,POST | path = /_config | roles = [administrator] | tx = NONE | mvc = true | cacheTTL = 0
INFO | main | org.rapidoid.http.impl.HttpRoutesImpl | Registering handler | setup = admin | verbs = GET | path = /_classpath | roles = [administrator] | tx = NONE | mvc = true | cacheTTL = 0 [PLATFORM] INFO | org.rapidoid.http.impl.HttpRoutesImpl | Registering handler | setup = admin | verbs = GET | path = /_classpath | roles = [administrator] | tx = NONE | mvc = true | cacheTTL = 0
[PLATFORM] INFO | org.rapidoid.util.Msc | ---------------------------------------------------
[PLATFORM] INFO | org.rapidoid.util.Msc | ADMIN CREDENTIALS: username = admin, password = <?>
[PLATFORM] INFO | org.rapidoid.util.Msc | ---------------------------------------------------
27 changes: 15 additions & 12 deletions docker-tests/output/admin-service-auth.txt
Expand Up @@ -5,15 +5,18 @@
|_| \_\__,_| .__/|_|\__,_|\___/|_|\__,_| |_| \_\__,_| .__/|_|\__,_|\___/|_|\__,_|
|_| |_|


INFO | main | org.rapidoid.config.RapidoidInitializer | Starting Rapidoid v<?>, built on <?> [Dockerized] [Uniform output] [PLATFORM] INFO | org.rapidoid.config.RapidoidInitializer | Starting Rapidoid v<?>, built on <?> [Dockerized] [Uniform output]
INFO | main | org.rapidoid.config.RapidoidInitializer | System info | os = Linux | java = <?> | process = <?> | max memory = <?> | dir = /opt [PLATFORM] INFO | org.rapidoid.config.RapidoidInitializer | System info | os = Linux | java = <?> | process = <?> | max memory = <?> | dir = /opt
INFO | main | org.rapidoid.env.Env | Setting application root | root = /app | content = [] [PLATFORM] INFO | org.rapidoid.env.Env | Setting application root | root = /app | content = []
INFO | main | org.rapidoid.env.Environment | Automatically activating mode-specific profile | profile = production [PLATFORM] INFO | org.rapidoid.env.Environment | Automatically activating mode-specific profile | profile = production
INFO | main | org.rapidoid.env.Environment | Initialized environment | mode = PRODUCTION | profiles = [production, platform] [PLATFORM] INFO | org.rapidoid.env.Environment | Initialized environment | mode = PRODUCTION | profiles = [production, platform]
INFO | main | org.rapidoid.scan.ClasspathUtil | Setting application JAR | appJar = /app/app.jar | exists = false [PLATFORM] INFO | org.rapidoid.scan.ClasspathUtil | Setting application JAR | appJar = /app/app.jar | exists = false
INFO | main | org.rapidoid.config.ConfigImpl | Loaded configuration | files = [built-in-config.yml, built-in-config-platform.yml] [PLATFORM] INFO | org.rapidoid.config.ConfigImpl | Loaded configuration | files = [built-in-config.yml, built-in-config-platform.yml]
INFO | server | org.rapidoid.net.impl.RapidoidServerLoop | Starting server | address = 0.0.0.0 | port = 8888 | I/O workers = 4 | sync = true | accept = non-blocking [PLATFORM] INFO | org.rapidoid.net.impl.RapidoidServerLoop | Starting server | address = 0.0.0.0 | port = 8888 | I/O workers = 4 | sync = true | accept = non-blocking
INFO | main | org.rapidoid.setup.Setup | Server has started | setup = admin | home = http://localhost:8888 [PLATFORM] INFO | org.rapidoid.setup.Setup | Server has started | setup = admin | home = http://localhost:8888
INFO | main | org.rapidoid.setup.Setup | Static resources will be served from the following locations | setup = admin | locations = [static, default/static] [PLATFORM] INFO | org.rapidoid.setup.Setup | Static resources will be served from the following locations | setup = admin | locations = [static, default/static]
INFO | main | org.rapidoid.http.impl.HttpRoutesImpl | Registering handler | setup = admin | verbs = POST | path = /_login | roles = [] | tx = NONE | mvc = false | cacheTTL = 0 [PLATFORM] INFO | org.rapidoid.http.impl.HttpRoutesImpl | Registering handler | setup = admin | verbs = POST | path = /_login | roles = [] | tx = NONE | mvc = false | cacheTTL = 0
INFO | main | org.rapidoid.http.impl.HttpRoutesImpl | Registering handler | setup = admin | verbs = GET | path = /_logout | roles = [logged_in] | tx = NONE | mvc = false | cacheTTL = 0 [PLATFORM] INFO | org.rapidoid.http.impl.HttpRoutesImpl | Registering handler | setup = admin | verbs = GET | path = /_logout | roles = [logged_in] | tx = NONE | mvc = false | cacheTTL = 0
[PLATFORM] INFO | org.rapidoid.util.Msc | ---------------------------------------------------
[PLATFORM] INFO | org.rapidoid.util.Msc | ADMIN CREDENTIALS: username = admin, password = <?>
[PLATFORM] INFO | org.rapidoid.util.Msc | ---------------------------------------------------

0 comments on commit 41dc5dc

Please sign in to comment.