We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Für applikationsinternes Logging wie Ausführung von z.B. Webhook Runs oder EBICS Importe soll ein neues Log erstellt werden:
Neues model HitobitoLog:
Erstellen eines Log-Eintrags könnte dann in etwa so aussehen:
logger = Hitobito.logger.new logger.info(:webhook, 'Donman API Person: Updated person attributes ...', subject: person)
The text was updated successfully, but these errors were encountered:
Introduce generic hitobito log (#1884), implements #1840
2f675bd
mtnstar
Successfully merging a pull request may close this issue.
Für applikationsinternes Logging wie Ausführung von z.B. Webhook Runs oder EBICS Importe soll ein neues Log erstellt werden:
Tech-Spec
Neues model HitobitoLog:
Erstellen eines Log-Eintrags könnte dann in etwa so aussehen:
ToDo
The text was updated successfully, but these errors were encountered: