Skip to content

Commit

Permalink
Merge pull request #95 from CSCfi/Modify-client-information-in-consol…
Browse files Browse the repository at this point in the history
…e-log

Remove organizationId from console log
  • Loading branch information
sarkikos authored Nov 10, 2023
2 parents 79f6f55 + a9fba54 commit 384445c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aspnetcore/src/Interface/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ConsoleSink": {
"Name": "Console",
"Args": {
"outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss} {Level:u3}][{organizationId}, {clientId}, {ClientIp}, {ClientAgent}]: {Message}{NewLine}{Exception}"
"outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss} {Level:u3}][{clientId}, {ClientIp}, {ClientAgent}]: {Message}{NewLine}{Exception}"
}
},
"HttpSink": {
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/src/Interface/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ConsoleSink": {
"Name": "Console",
"Args": {
"outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss} {Level:u3}][{organizationId}, {clientId}, {ClientIp}, {ClientAgent}]: {Message}{NewLine}{Exception}"
"outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss} {Level:u3}][{clientId}, {ClientIp}, {ClientAgent}]: {Message}{NewLine}{Exception}"
}
},
"HttpSink": {
Expand Down

0 comments on commit 384445c

Please sign in to comment.