Hi Anand
Ive added it , still not getting anything logged in any of the policy ....
from-zone Internet to-zone junos-host {
policy deny-junos {
match {
source-address any;
destination-address any;
application any;
}
then {
deny;
log {
session-close;
}