-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
282 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 1,6 @@ | ||
[logging] | ||
fileName=../logs/demo1.log | ||
minLevel=1 | ||
minLevel=0 | ||
bufferSize=100 | ||
maxSize=1000000 | ||
maxBackups=2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 1,71 @@ | ||
03.04.2015 21:33:43.961 0 DEBUG 3040504128 QtWebAppLib has version 1.5.0 | ||
03.04.2015 21:33:43.961 0 DEBUG 3040504128 TemplateLoader: path=/home/stefan/Programmierung/QtWebApp/Demo1/etc/templates, codec=UTF-8 | ||
03.04.2015 21:33:43.961 0 DEBUG 3040504128 TemplateCache: timeout=60000, size=1000000 | ||
03.04.2015 21:33:43.961 0 DEBUG 3040504128 HttpSessionStore: Sessions expire after 3600000 milliseconds | ||
03.04.2015 21:33:43.962 0 DEBUG 3040504128 StaticFileController: docroot=/home/stefan/Programmierung/QtWebApp/Demo1/etc/docroot, encoding=UTF-8, maxAge=60000 | ||
03.04.2015 21:33:43.962 0 DEBUG 3040504128 StaticFileController: cache timeout=60000, size=1000000 | ||
03.04.2015 21:33:43.962 0 DEBUG 3040504128 ServiceHelper: Starting service | ||
03.04.2015 21:33:43.962 0 DEBUG 3040504128 HttpListener: Listening on port 8080 | ||
03.04.2015 21:33:43.963 0 DEBUG 3040504128 You see these debug messages because the logging buffer is enabled | ||
03.04.2015 21:33:43.963 1 WARNING 3040504128 Application has started | ||
26.07.2015 08:15:13.630 0 DEBUG 139932081915712 TemplateLoader: path=/home/stefan/Programmierung/QtWebApp/Demo1/etc/templates, codec=UTF-8 | ||
26.07.2015 08:15:13.631 0 DEBUG 139932081915712 TemplateCache: timeout=60000, size=1000000 | ||
26.07.2015 08:15:13.631 0 DEBUG 139932081915712 HttpSessionStore: Sessions expire after 3600000 milliseconds | ||
26.07.2015 08:15:13.631 0 DEBUG 139932081915712 StaticFileController: docroot=/home/stefan/Programmierung/QtWebApp/Demo1/etc/docroot, encoding=UTF-8, maxAge=60000 | ||
26.07.2015 08:15:13.631 0 DEBUG 139932081915712 StaticFileController: cache timeout=60000, size=1000000 | ||
26.07.2015 08:15:13.631 0 DEBUG 139932081915712 RequestMapper: created | ||
26.07.2015 08:15:13.631 0 DEBUG 139932081915712 HttpListener: Listening on port 8080 | ||
26.07.2015 08:15:13.631 1 WARNING 139932081915712 MyApplication: started | ||
26.07.2015 08:15:16.840 0 DEBUG 139932081915712 HttpListener: New connection | ||
26.07.2015 08:15:16.840 0 DEBUG 139932081915712 HttpConnectionHandler (0x1c7da00): constructed | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpConnectionHandler (0x1c7da00): thread started | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpConnectionHandler (0x1c7da00): handle new connection | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpConnectionHandler (0x1c7da00): read input | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpRequest: read request | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpRequest: received header Host: localhost:8080 | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpRequest: received header User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0 | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpRequest: received header Accept: text/html,application/xhtml xml,application/xml;q=0.9,*/*;q=0.8 | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpRequest: received header Accept-Language: de,en-US;q=0.7,en;q=0.3 | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.841 0 DEBUG 139932001220352 HttpRequest: received header Accept-Encoding: gzip, deflate | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 HttpRequest: received header Connection: keep-alive | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 HttpRequest: received header Cache-Control: max-age=0 | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 HttpRequest: headers completed | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 HttpRequest: expect no body | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 HttpRequest: extract and decode request parameters | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 HttpRequest: extract cookies | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 HttpConnectionHandler (0x1c7da00): received request | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 RequestMapper: path=/ | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 StaticFileController: Cache miss for / | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 StaticFileController: Open file /home/stefan/Programmierung/QtWebApp/Demo1/etc/docroot//index.html | ||
26.07.2015 08:15:16.842 0 DEBUG 139932001220352 RequestMapper: finished request | ||
26.07.2015 08:15:16.843 0 DEBUG 139932001220352 HttpConnectionHandler (0x1c7da00): finished request | ||
26.07.2015 08:15:16.947 0 DEBUG 139932001220352 HttpConnectionHandler (0x1c7da00): read input | ||
26.07.2015 08:15:16.947 0 DEBUG 139932001220352 HttpRequest: read request | ||
26.07.2015 08:15:16.947 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.947 0 DEBUG 139932001220352 HttpRequest: received header Host: localhost:8080 | ||
26.07.2015 08:15:16.947 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.947 0 DEBUG 139932001220352 HttpRequest: received header User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0 | ||
26.07.2015 08:15:16.947 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: received header Accept: image/png,image/*;q=0.8,*/*;q=0.5 | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: received header Accept-Language: de,en-US;q=0.7,en;q=0.3 | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: received header Accept-Encoding: gzip, deflate | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: received header Referer: http://localhost:8080/ | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: received header Connection: keep-alive | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: received header Cache-Control: max-age=0 | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: read header | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: headers completed | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: expect no body | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: extract and decode request parameters | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpRequest: extract cookies | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 HttpConnectionHandler (0x1c7da00): received request | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 RequestMapper: path=/Schmetterling klein.png | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 StaticFileController: Cache miss for /Schmetterling klein.png | ||
26.07.2015 08:15:16.948 0 DEBUG 139932001220352 StaticFileController: Open file /home/stefan/Programmierung/QtWebApp/Demo1/etc/docroot/Schmetterling klein.png | ||
26.07.2015 08:15:16.949 0 DEBUG 139932001220352 RequestMapper: finished request | ||
26.07.2015 08:15:16.949 0 DEBUG 139932001220352 HttpConnectionHandler (0x1c7da00): finished request | ||
|
||
Note: If you don't see new messages here, then the logger might be commented out in main.cpp. | ||
|
||
22.06.2015 17:46:21.566 0 DEBUG 140562905347904 QtWebAppLib has version 1.5.5 | ||
22.06.2015 17:46:21.567 0 DEBUG 140562905347904 TemplateLoader: path=/home/stefan/Programmierung/QtWebApp/Demo1/etc/templates, codec=UTF-8 | ||
22.06.2015 17:46:21.567 0 DEBUG 140562905347904 TemplateCache: timeout=60000, size=1000000 | ||
22.06.2015 17:46:21.568 0 DEBUG 140562905347904 HttpSessionStore: Sessions expire after 3600000 milliseconds | ||
22.06.2015 17:46:21.568 0 DEBUG 140562905347904 StaticFileController: docroot=/home/stefan/Programmierung/QtWebApp/Demo1/etc/docroot, encoding=UTF-8, maxAge=60000 | ||
22.06.2015 17:46:21.568 0 DEBUG 140562905347904 StaticFileController: cache timeout=60000, size=1000000 | ||
22.06.2015 17:46:21.568 0 DEBUG 140562905347904 ServiceHelper: Starting service | ||
22.06.2015 17:46:21.583 0 DEBUG 140562905347904 HttpListener: Listening on port 8080 | ||
22.06.2015 17:46:21.583 0 DEBUG 140562905347904 You see these debug messages because the logging buffer is enabled | ||
22.06.2015 17:46:21.583 1 WARNING 140562905347904 Application has started |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 1,7 @@ | ||
04.04.2015 08:03:06.069 0 DEBUG 3039762176 QtWebAppLib has version 1.5.0 | ||
04.04.2015 08:03:06.069 0 DEBUG 3039762176 ServiceHelper: Starting service | ||
04.04.2015 08:03:06.095 0 DEBUG 3039762176 HttpListener: Listening on port 8080 | ||
04.04.2015 08:03:06.095 0 DEBUG 3039762176 You see these debug messages because the logging buffer is enabled | ||
04.04.2015 08:03:06.095 1 WARNING 3039762176 Application has started | ||
|
||
26.07.2015 07:42:58.159 1 WARNING 139659983566656 Application has started | ||
26.07.2015 07:44:21.411 0 DEBUG 140113252636480 RequestHandler: created | ||
26.07.2015 07:44:21.411 0 DEBUG 140113252636480 HttpListener: Listening on port 8080 | ||
26.07.2015 07:44:21.411 1 WARNING 140113252636480 Application has started | ||
|
||
Note: If you don't see new messages here, then the logger might be commented out in main.cpp. | ||
|
Oops, something went wrong.