PeculiarVentures / pvpkcs11

pvpkcs11 consists of a input validation library and a set of PKCS#11 implementations that wrap operating system and browser cryptographic implementations.
MIT License
32 stars 7 forks source link

Add support for logging directort configuration #26

Open rmhrisk opened 6 years ago

rmhrisk commented 6 years ago

Currently, the log file is placed in /tmp, this makes sense for a system wide installation but on a per user installation, it is better to have it in the users tmp folder.

We should make the default the users tmp folder and have configuration available to place it wherever the user wants.

At the same time, we should be able to disable logging.