Audit logs should be maintained for creation

I Want to add entry in audit log when record is created. is it possible? Or any one know any workaround for the same?

Interesting question. I would think that would already be working, but maybe not.

A workaround: have a Workflow for New records, which edits a field that is audited. Hopefully that will create an audit entry.

Note that workflows run as the system user, so you won’t have the user name there. But perhaps you can grab it from the created_by field.