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
Joey Smith edited this page Jan 1, 2025
·
2 revisions
column: userIdentifier
The userIdentifier column is expected to be provided in the monolog "extra" data. Currently the behavior is as follows.
Axleus log will introspect the merged application config to see if there is a top level key for 'authentication'. This is a known key provided by mezzio-authentication which mezzio-authentication-session then provides several options for. The option of interested here is the 'username' key which is consumed during authentication as the identity to authenticate against. If found this is the value that will be used by Axleus Log when writing log messages. If this value is not provided then it will default to 'email'.
If you are not using a package that provides the supported configuration you can create it in merged config like below.