97 Commits

Author SHA1 Message Date
7a44a223e9
lint fixes 2023-03-31 12:51:51 +02:00
875c1f692b
lint fixes 2023-03-31 12:48:42 +02:00
ae8405e8f6
merge 2023-03-31 12:48:09 +02:00
9407386de7
fix alphabetical sort 2023-03-30 17:57:15 +02:00
80ff97e72a
more lint fixes 2023-03-30 17:39:09 +02:00
b0c19eda47
fix import order 2023-03-30 17:28:03 +02:00
31130020b3
fixes 2023-03-12 02:19:10 +01:00
c54e6fb8ae
new rules + fixes 2023-03-12 02:19:10 +01:00
721ccecd12
fixes 2023-03-12 02:19:10 +01:00
3391b3a9ee
merge 2023-03-09 14:37:17 +01:00
3563aef346
use LogError instead of Error where applicable 2023-02-07 17:14:44 +01:00
be902ae07e
lint fixes 2023-01-31 23:06:57 +01:00
7d304593f6
LogError test 2023-01-31 22:44:31 +01:00
9c4de72be6
LogError class 2023-01-31 13:30:45 +01:00
68bd762cd1
fix logger middleware to not throw errors when variables cannot be parsed properly 2023-01-02 14:42:27 +01:00
Wolfgang Huß
cd8c0b88ae Merge branch 'master' of github.com:gradido/gradido into 1288-email-templates
# Conflicts:
#	backend/src/graphql/resolver/UserResolver.ts
2022-11-17 13:54:50 +01:00
Moriz Wahl
fbc1b2bc32 fix get client time zone offset 2022-11-15 14:08:53 +01:00
Moriz Wahl
e89e30e33e change client request time to client timezone offset 2022-11-15 13:14:25 +01:00
Wolfgang Huß
c187b33a4d Test 'sendEmailTranslated' 2022-11-14 09:36:43 +01:00
Wolfgang Huß
f8eea10371 Fix 'i18n' server integration for testing
- Fix the sending of the multiple times registrars name to the email owner.
- Clarify the logging of the multiple times registrars name and the email owners name.
2022-11-10 16:33:50 +01:00
Wolfgang Huß
a73cca0ab4 Implement 'i18n' better into the server 2022-11-10 15:23:51 +01:00
Wolfgang Huß
056afdb2a5 Fix hanging of seeding, because of the 'i18n' configuration 2022-10-11 10:05:27 +02:00
Wolfgang Huß
05074e37bc Merge branch 'master' of github.com:gradido/gradido into 1288-email-templates 2022-10-10 17:51:55 +02:00
Wolfgang Huß
f90f981566 Refine translation 2022-10-10 17:51:40 +02:00
Wolfgang Huß
ad719dde43 Implement translation, very first approach 2022-10-10 11:54:09 +02:00
Claus-Peter Hübner
ff93c41c19 Merge remote-tracking branch 'origin/master' into 2220-feature-reconfigure-log4js 2022-09-28 21:41:51 +02:00
clauspeterhuebner
55a8174822
Merge branch 'master' into 2215-feature-config-testmodus-flag-for-sending-emails-to-test-or-team-account-instead-of-user-account 2022-09-23 19:29:34 +02:00
Claus-Peter Hübner
516fc5c5e7 Merge remote-tracking branch 'origin/master' into
2220-feature-reconfigure-log4js
2022-09-23 19:28:28 +02:00
Claus-Peter Hübner
de234cc7df rework PR remarks 2022-09-22 23:29:51 +02:00
Claus-Peter Hübner
95b4052ed5 correct and more detailed logoutput 2022-09-20 18:26:56 +02:00
Claus-Peter Hübner
6c88713f34 start inserting logger.addContext for userid 2022-09-20 16:20:52 +02:00
clauspeterhuebner
fc706bc030
Update backend/src/server/createServer.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-09-20 16:08:56 +02:00
clauspeterhuebner
49e0606d16
Update backend/src/server/createServer.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-09-20 16:08:44 +02:00
Claus-Peter Hübner
4f97999195 add prevention to run production in test-mode 2022-09-16 16:52:54 +02:00
Moriz Wahl
80bbf24116 add client request time to context 2022-09-15 12:30:29 +02:00
elweyn
87055e732c Define klicktipp logger. 2022-08-04 11:47:10 +02:00
Moriz Wahl
175bc514be feat: Do not log IntrospectionQuery from Query Browser 2022-07-15 13:36:31 +02:00
Moriz Wahl
22be58f782 fix: .env log level for apollo and backend category 2022-06-02 14:23:57 +02:00
Moriz Wahl
28d876e71c log errors as error 2022-05-30 07:51:13 +02:00
Moriz Wahl
8853e0d5f9 remove user context from apollo logger 2022-05-19 20:33:07 +02:00
Moriz Wahl
dd4c8ec5b4 refactor: Use Logger Categories 2022-05-19 17:08:27 +02:00
Moriz Wahl
5cac5d9cfb loggers are created only once, unify logger for unit tests 2022-05-16 16:02:12 +02:00
Moriz Wahl
cb012882b1 rename logger to apollo 2022-05-10 19:32:48 +02:00
Moriz Wahl
6ce850dc1e read log level from config to override default 2022-05-10 19:31:45 +02:00
Moriz Wahl
700f8ada07 allow test environment to be loaded with mocked logger 2022-05-10 16:51:37 +02:00
Moriz Wahl
80b7305860 Silence logger for unit tests in user resolver. Make tests available for logger in user resolver 2022-05-10 16:33:40 +02:00
Claus-Peter Hübner
1be08cc7e1 additional logs 2022-05-06 03:08:28 +02:00
Claus-Peter Hübner
64167692e8 lint files with changed eof config 2022-05-05 16:20:42 +02:00
Claus-Peter Hübner
4afffea797 additional logg-statements 2022-05-05 01:01:06 +02:00
Moriz Wahl
befa965a44 configure logger only once. Log Context User ID if present on response 2022-05-04 13:58:45 +02:00