Skip to main content

Questions tagged [error-logging]

The process of recording errors in log file for diagnostic and Q&A purposes.

error-logging
0 votes
0 answers
32 views

NewRelic with NextJS - alert application frontend errors via email

We have NewRelic integrated into our NextJS application (hosted in Vercel). I am able to see the error and other logs. But I was trying to get an alert when an application error occurs (frontend error ...
Akash's user avatar
  • 5
1 vote
0 answers
25 views

Laravel 8: Custom logging overriding error_log

I have a Laravel/Lumen 8 API that in the background includes legacy standard PHP code to provide some functionality. This code is also used in parallel by a separate application, so it has to remain ...
Michael Heumann's user avatar
1 vote
0 answers
68 views

Logging to stdout and to file if level of the log is Err with zerolog and GIN

I want to set the default logger GIN is using zerolog and print to the os.Stdout, but when log level is error it should print it to a file in func main.go func main() { zerolog.TimeFieldFormat = &...
Lutfi Khoirudin's user avatar
1 vote
0 answers
16 views

gradle error in expo while making .apk file?

I am getting error while making .apk file using expo from react native code project in windows 10. I made this project as freelancing work. please help me to solve this git error. here I attach a pic ...
jayambe36's user avatar
0 votes
0 answers
19 views

Is react-native in conjunction with Sentry javascript .sdk capable of handling offline logging

I am not a developer but am assisting in the diagnosis of an app problem - Android and Apple. The team has begun to use Sentry, however it does not capture any exceptions once the app goes offline. ...
Preventor of Yeets's user avatar
0 votes
1 answer
330 views

How to log traceback information using structlog

I'm trying to set up an ELK based observability system in our project. So I started with revising a logging system in our Django based project. I have decided to start with structlog in order to ...
ruslaniv's user avatar
  • 542
0 votes
0 answers
17 views

Apache Server - ErrorLog - What does the 'static' wsgi:error mean?

I am running a Flask application on Apache Server - Apache/2.4.37 (Red Hat Enterprise Linux) and I am getting lots of 'static' wsgi:error entries in Apache ErrorLog (LogLevel is set to error) : ...
Marek's user avatar
  • 1
0 votes
0 answers
82 views

Symfony authentication failed after a fisrt succeed login

after many hours of search and talk with my friend chatgpt, you are my only hope !! I have a loginController in Symfony and a registration controller as well. When I create a user and after creation, ...
Lea's user avatar
  • 1
0 votes
1 answer
486 views

rust Axum trace logging automatically pick up errors

I'm trying to set up logging in an Axum app, I have the logging working but the thing that bothers me is the need to do error("OHNOES SOMETHING WENT WRONG") in every single error branch. I ...
Thermatix's user avatar
  • 2,867
0 votes
0 answers
13 views

Bad loading of a KV file

When I run the program, the file is supposedly read correctly, but when it opens, only a button appears when a basic login interface should appear. I tried using this code, I think the error is in the ...
Joans15's user avatar
0 votes
0 answers
273 views

Github Actions JUnittest Failing: How to get the error report?

I have a git repository where some JUnit-Tests fail in github-actions while local JUnit-Tests are ok. Is there a way to get the failing report? from https://github.com/k3b/calef/actions/runs/...
k3b's user avatar
  • 14.7k
0 votes
0 answers
18 views

Django loggers setup

I've working on a Django monolith project and I've setup basic logging in my settings.py file like in the code below. It is working, I have logs folder and there 2 log files info and error. I feel ...
babicm992's user avatar
0 votes
1 answer
112 views

Is there a way to retrieve the created Rollbar item when logging an error on C#?

I want to add a Rollbar link to the errors returned by my Rollbar middleware for my dev environment. Currently, I'm using a very simple Rollbar logging system var ret = RollbarLocator.RollbarInstance....
Mateo F's user avatar
0 votes
0 answers
22 views

how to log model custom error msg in sql database

Build a Web API named, "DeviceManager" a. Build a model for below details and continue from model[model first] Device model: i. DeviceId - with regular expression "[A-Z]{3}[0-9]{7}"...
BR Naveen's user avatar
0 votes
0 answers
150 views

Quarkus exception logging limit

I'm trying to configure quarkus to log exceptions with limited or no stacktrace, just the exception class and message. I've tried changing the property: quarkus.log.console.format=%d{yyyy-MM-dd HH:mm:...
JChrist's user avatar
  • 1,742

15 30 50 per page
1
2 3 4 5
54