You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing the issue of change the minimum level of serilog so right now I am trying to set the level by Environment=Serilog__MinimumLevel=Information but it is not working.
Hello,
I am facing the issue of change the minimum level of serilog so right now I am trying to set the level by
Environment=Serilog__MinimumLevel=Information
but it is not working.The service file looks like below:
[Unit]
Description=ABC
[Service]
WorkingDirectory=/var/www/html/abc
ExecStart=/var/www/html/backend/ABC
Restart=always
RestartSec=10
KillSignal=SIGINT
Environment=ASPNETCORE_ENVIRONMENT=Production
Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false
Environment=Serilog__MinimumLevel=Information
[Install]
WantedBy=multi-user.target
The text was updated successfully, but these errors were encountered: