| 111 |
=================== |
=================== |
| 112 |
|
|
| 113 |
The driver uses the debug function provided by pcscd. So if pcscd sends |
The driver uses the debug function provided by pcscd. So if pcscd sends |
| 114 |
its debug to stdout (pcscd --foreground) then the CCID will also send |
its debug to stderr (pcscd --foreground) then the CCID will also send |
| 115 |
its debug to stdout. If pcscd sends its debug to syslog (by default) |
its debug to stderr. If pcscd sends its debug to syslog (by default) |
| 116 |
then the CCID will also send its debug to syslog. |
then the CCID will also send its debug to syslog. |
| 117 |
|
|
| 118 |
You can change the debug level using the Info.plist configuraion file. |
You can change the debug level using the Info.plist configuration file. |
| 119 |
The Info.plist is installed, by default, in |
The Info.plist is installed, by default, in |
| 120 |
/usr/local/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist |
/usr/local/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist |
| 121 |
|
|
| 123 |
combinaison of 4 different levels. |
combinaison of 4 different levels. |
| 124 |
- 1: critical: important error messages |
- 1: critical: important error messages |
| 125 |
- 2: info: informative messages like what reader was detected |
- 2: info: informative messages like what reader was detected |
| 126 |
- 4: periodic: periodic info when pcscd test if a card is present (every |
- 4: comm: a dump of all the bytes exchanged between the host and the |
|
1/10 of a second) |
|
|
- 8: comm: a dump of all the bytes exchanged between the host and the |
|
| 127 |
reader |
reader |
| 128 |
|
- 8: periodic: periodic info when pcscd test if a card is present (every |
| 129 |
|
1/10 of a second) |
| 130 |
|
|
| 131 |
By default the debug level is set to 3 (1 + 2) and correspond to the |
By default the debug level is set to 3 (1 + 2) and correspond to the |
| 132 |
critical and info levels. |
critical and info levels. |