Skip to content

Commit

Permalink
fix: write info level error logs
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored Aug 21, 2023
1 parent 094e3ed commit bfe00dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/app-nginx.conf.sigil
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
worker_processes 1;
error_log stderr;
error_log stderr info;
pid nginx.pid;
daemon off;

Expand Down

0 comments on commit bfe00dc

Please sign in to comment.