Replies: 2 comments
-
on the sdtout. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The app does all the logging to the stdoutput (if you are using docker then you see them in the docker logs ). There are no separate access logging There are also no access logs in the 'conservative' sense, but if you increase the logging severity, you might find something useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw the follwing inside the config.json, but I cann't find the access log file.
Who may tell me ? I just what to know who , when login and browser which pictures. thansk
"Log": {
"//[level]": [
"Logging level."
],
"level": "info",
"//[sqlLevel]": [
"Logging level for SQL queries."
],
"sqlLevel": "error",
"//[logServerTiming]": [
"If enabled. The app ads "Server-Timing" http header to the response."
],
"logServerTiming": false
}
Beta Was this translation helpful? Give feedback.
All reactions