Skip to content

Commit 35e9b83

Browse files
committed
Mise à jour du format de journalisation dans les fichiers Caddyfile pour utiliser JSON au lieu de console, et ajout de guillemets autour du chemin du fichier dans la configuration du worker FrankenPHP.
1 parent 03ba943 commit 35e9b83

17 files changed

Lines changed: 18 additions & 17 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
log {
2-
format {$CADDY_LOG_FORMAT:console}
2+
format {$CADDY_LOG_FORMAT:json}
33
output {$CADDY_LOG_OUTPUT:stdout}
44
level {$CADDY_SERVER_LOG_LEVEL:ERROR}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
log {
2-
format {$CADDY_LOG_FORMAT:console}
2+
format {$CADDY_LOG_FORMAT:json}
33
output {$CADDY_LOG_OUTPUT:stdout}
44
level {$CADDY_SERVER_LOG_LEVEL:ERROR}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
log {
2-
format {$CADDY_LOG_FORMAT:console}
2+
format {$CADDY_LOG_FORMAT:json}
33
output {$CADDY_LOG_OUTPUT:stdout}
44
level {$CADDY_SERVER_LOG_LEVEL:INFO}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
log {
2-
format {$CADDY_LOG_FORMAT:console}
2+
format {$CADDY_LOG_FORMAT:json}
33
output {$CADDY_LOG_OUTPUT:stdout}
44
level {$CADDY_SERVER_LOG_LEVEL:ERROR}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
log {
2-
format {$CADDY_LOG_FORMAT:console}
2+
format {$CADDY_LOG_FORMAT:json}
33
output {$CADDY_LOG_OUTPUT:stdout}
44
level {$CADDY_SERVER_LOG_LEVEL:ERROR}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
log {
2-
format {$CADDY_LOG_FORMAT:console}
2+
format {$CADDY_LOG_FORMAT:json}
33
output {$CADDY_LOG_OUTPUT:stdout}
44
level {$CADDY_SERVER_LOG_LEVEL:INFO}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
log {
2-
format {$CADDY_LOG_FORMAT:console}
2+
format {$CADDY_LOG_FORMAT:json}
33
output {$CADDY_LOG_OUTPUT:stdout}
44
level {$CADDY_SERVER_LOG_LEVEL:INFO}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
log {
2-
format {$CADDY_LOG_FORMAT:console}
2+
format {$CADDY_LOG_FORMAT:json}
33
output {$CADDY_LOG_OUTPUT:stdout}
44
level {$CADDY_SERVER_LOG_LEVEL:WARN}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
log {
2-
format {$CADDY_LOG_FORMAT:console}
2+
format {$CADDY_LOG_FORMAT:json}
33
output {$CADDY_LOG_OUTPUT:stdout}
44
level {$CADDY_SERVER_LOG_LEVEL:ERROR}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
log {
2-
format {$CADDY_LOG_FORMAT:console}
2+
format {$CADDY_LOG_FORMAT:json}
33
output {$CADDY_LOG_OUTPUT:stdout}
44
level {$CADDY_SERVER_LOG_LEVEL:ERROR}
55
}

0 commit comments

Comments
 (0)