Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
729e06f9
Commit
729e06f9
authored
May 13, 2019
by
Dominik Hebeler
Browse files
changed log format
parent
22987a80
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
729e06f9
...
...
@@ -1337,6 +1337,8 @@ class MetaGer
$logEntry
.
=
" time="
.
round
((
microtime
(
true
)
-
$this
->
starttime
),
2
)
.
" serv="
.
$this
->
fokus
;
$logEntry
.
=
" interface="
.
LaravelLocalization
::
getCurrentLocale
();
$logEntry
.
=
" sprachfilter="
.
$this
->
lang
;
$logEntry
.
=
" key="
.
$this
->
apiKey
;
$logEntry
.
=
" eingabe="
.
$this
->
eingabe
;
# 2 Arten von Logs in einem wird die Anzahl der Abfragen an eine Suchmaschine gespeichert und in der anderen
# die Anzahl, wie häufig diese Ergebnisse geliefert hat.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment